- Notifications
You must be signed in to change notification settings - Fork0
Google HTTP Client Library for Java
License
renovate-bot/google-http-java-client
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Written by Google, the Google HTTP Client Library for Java is a flexible, efficient, and powerfulJava library for accessing any resource on the web via HTTP. The library has the followingfeatures:
- Pluggable HTTP transport abstraction that allows you to use any low-level library such asjava.net.HttpURLConnection, Apache HTTP Client, or URL Fetch on Google App Engine.
- Efficient JSON and XML data models for parsing and serialization of HTTP response and requestcontent. The JSON and XML libraries are also fully pluggable, and they include support forJackson and Android's GSON libraries for JSON.
The library supports the following Java environments:
- Java 8 or higher
- Android 4.4 (Kit Kat)
- GoogleAppEngine Google App Engine
The following related projects are built on the Google HTTP Client Library for Java:
- Google OAuth Client Library for Java, for the OAuth 2.0 and OAuth 1.0aauthorization standards.
- Google APIs Client Library for Java, for access to Google APIs.
This is an open-source library, andcontributions are welcome.
Features marked with the@Beta annotation at the class or method level are subject to change. Theymight be modified in any way, or even removed, in any major release. You should not use betafeatures if your code is a library itself (that is, if your code is used on theCLASSPATH of usersoutside your own control).
Deprecated non-beta features will be removed eighteen months after the release in which they arefirst deprecated. You must fix your usages before this time. If you don't, any type of breakagemight result, and you are not guaranteed a compilation error.
About
Google HTTP Client Library for Java
Resources
License
Code of conduct
Contributing
Security policy
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Languages
- Java99.1%
- Other0.9%