Registry / http-client / google-http-client

google-http-client

JSON →
library2.1.0javamavenunverified

Google HTTP Client Library for Java. Functionality that works on all supported Java platforms, including Java 7 (or higher) desktop (SE) and web (EE), Android, and Google App Engine.

<dependency> <groupId>com.google.http-client</groupId> <artifactId>google-http-client</artifactId> <version>2.1.0</version> </dependency>
INSTALL
IMPORT
SIG · GOOGLE-HTTP-CLIENT
G
google-http-client
http-clientjavav2.1.0
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.

HttpRequestFactory
com.google.api.client.http.HttpRequestFactory

Sends an HTTP GET request using the Google HTTP Client Library.

import com.google.api.client.http.HttpRequestFactory; import com.google.api.client.http.javanet.NetHttpTransport; public class HttpExample { public static void main(String[] args) throws Exception { HttpRequestFactory requestFactory = new NetHttpTransport().createRequestFactory(); System.out.println(requestFactory.buildGetRequest(new GenericUrl("https://example.com")).execute().parseAsString()); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.1.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
19 hits · last 30 days
node
18
Resources
google-http-client — mvn dependency:get google-http-client · libregistry