Registry / http-client / http-builder

http-builder

JSON →
library0.7.1javamavenunverified

A Groovy builder-style HTTP client library that simplifies REST API calls with support for authentication and content-type handling.

<dependency> <groupId>org.codehaus.groovy.modules.http-builder</groupId> <artifactId>http-builder</artifactId> <version>0.7.1</version> </dependency>
INSTALL
IMPORT
SIG · HTTP-BUILDER
H
http-builder
http-clientjavav0.7.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

HTTPBuilder
groovyx.net.http.HTTPBuilder

Creates an HTTPBuilder instance for making HTTP requests.

import groovyx.net.http.HTTPBuilder; HTTPBuilder http = new HTTPBuilder("https://api.example.com"); System.out.println("HTTP Builder ready");
Debug
Known issues
breakingHTTP Builder 0.7.1 is the last release; the project is no longer actively maintained.
fix
Consider using OkHttp or Apache HttpClient directly for new projects.
affects: >=0.7.0
Upgrade
Version history
0.7.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
12
Resources
http-builder — mvn dependency:get http-builder · libregistry