You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+17-18Lines changed: 17 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -2,23 +2,31 @@
2
2
3
3
## Description
4
4
Written by Google, the Google HTTP Client Library for Java is a flexible, efficient, and powerful
5
-
Java library for accessing any resource on the web via HTTP. The library has the following features:
5
+
Java library for accessing any resource on the web via HTTP. The library has the following
6
+
features:
6
7
7
-
- Pluggable HTTP transport abstraction that allows you to use any low-level library such as java.net.HttpURLConnection, Apache HTTP Client, or URL Fetch on Google App Engine.
8
-
- Efficient JSON and XML data models for parsing and serialization of HTTP response and request content. The JSON and XML libraries are also fully pluggable, and they include support for [Jackson](https://github.com/FasterXML/jackson) and Android's GSON libraries for JSON.
8
+
- Pluggable HTTP transport abstraction that allows you to use any low-level library such as
9
+
java.net.HttpURLConnection, Apache HTTP Client, or URL Fetch on Google App Engine.
10
+
- Efficient JSON and XML data models for parsing and serialization of HTTP response and request
11
+
content. The JSON and XML libraries are also fully pluggable, and they include support for
12
+
[Jackson](https://github.com/FasterXML/jackson) and Android's GSON libraries for JSON.
9
13
10
14
The library supports the following Java environments:
11
15
12
-
- Java 5 (or higher), standard (SE) and enterprise (EE)
13
-
- Android Android 1.5 (or higher)
16
+
- Java 6 (or higher)
17
+
- Android 4.0 (Ice Cream Sandwich) (or higher)
14
18
- GoogleAppEngine Google App Engine
15
19
16
-
The following related projects are built on the Google HTTP Client Library for Java:
20
+
The following related projects are built on the Google HTTP Client Library for Java:
17
21
18
-
-[Google OAuth Client Library for Java](https://github.com/google/google-oauth-java-client), for the OAuth 2.0 and OAuth 1.0a authorization standards.
19
-
-[Google APIs Client Library for Java](https://github.com/google/google-api-java-client), for access to Google APIs.
22
+
-[Google OAuth Client Library for Java](https://github.com/google/google-oauth-java-client),
23
+
for the OAuth 2.0 and OAuth 1.0a authorization standards.
24
+
-[Google APIs Client Library for Java](https://github.com/google/google-api-java-client), for
25
+
access to Google APIs.
20
26
21
-
This is an open-source library, and [contributions](https://developers.google.com/api-client-library/java/google-http-java-client/contribute) are welcome.
0 commit comments