| Package | Description |
|---|---|
| co.cask.common.http |
HTTP utilities for using
HttpURLConnection. |
| Modifier and Type | Method and Description |
|---|---|
HttpMethod |
HttpRequest.getMethod() |
static HttpMethod |
HttpMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpMethod[] |
HttpMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static HttpRequest.Builder |
HttpRequest.builder(HttpMethod method,
URL url) |
| Constructor and Description |
|---|
HttpRequest(HttpMethod method,
URL url,
com.google.common.collect.Multimap<String,String> headers,
com.google.common.io.InputSupplier<? extends InputStream> body,
Long bodyLength) |
Copyright © 2017 Cask Data, Inc. Licensed under the Apache License, Version 2.0.