| Package | Description |
|---|---|
| com.google.api.client.http |
Subset of HTTP 1.1 needed from the specification in RFC 2616: Hypertext Transfer Protocol -- HTTP/1.1.
|
| com.google.api.client.testing.http |
Beta Testing utilities used for writing tests based on this library. |
| Modifier and Type | Method | Description |
|---|---|---|
abstract LowLevelHttpResponse |
LowLevelHttpRequest.execute() |
Executes the request and returns a low-level HTTP response object.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
HttpHeaders.fromHttpResponse(LowLevelHttpResponse response,
StringBuilder logger) |
Puts all headers of the
LowLevelHttpResponse into this HttpHeaders object. |
| Modifier and Type | Class | Description |
|---|---|---|
class |
MockLowLevelHttpResponse |
| Modifier and Type | Method | Description |
|---|---|---|
LowLevelHttpResponse |
MockLowLevelHttpRequest.execute() |
Copyright © 2011–2019 Google. All rights reserved.