Get desktop application:
View/edit binary Protocol Buffers messages
Options specifying configuration for an HTTP request.
The fully-formed URL for the server request. Required.
The HTTP method to use. If not set, defaults to GET method. Required.
The HTTP headers to include in the network request.
Number of redirects to follow. Optional.
Used in:
The name of the HTTP header.
The value of the HTTP header.
Enums for Http method. Supported types are GET and POST.
Used in:
An HTTP request to an HTTP client. Contains query params or post body depending on whether GET or POST HTTP method is used in the {@link HttpOptions}.
Query parameters to append. Optional.
The POST body. Required if POST HttpMethod is used in HttpOptions.
Used in:
The content type of the data in the post body.
The data to be sent in post.
Used in:
An HttpResponse from an HttpClient.