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.
|
Modifier and Type | Class | Description |
---|---|---|
class |
BasicAuthentication |
Basic authentication HTTP request initializer as specified in Basic Authentication Scheme
|
Modifier and Type | Method | Description |
---|---|---|
HttpExecuteInterceptor |
HttpRequest.getInterceptor() |
Returns the HTTP request execute interceptor to intercept the start of
HttpRequest.execute()
(before executing the HTTP request) or null for none. |
Modifier and Type | Method | Description |
---|---|---|
HttpRequest |
HttpRequest.setInterceptor(HttpExecuteInterceptor interceptor) |
Sets the HTTP request execute interceptor to intercept the start of
HttpRequest.execute() (before
executing the HTTP request) or null for none. |
Copyright © 2011–2019 Google. All rights reserved.