| Package | Description |
|---|---|
| com.microsoft.rest.v2 |
The package contains the runtime classes required for AutoRest generated
clients to compile and function.
|
| com.microsoft.rest.v2.http |
This package contains the HTTP abstractions between the AnnotationParser's RestProxy and whatever
HTTP client we choose to use.
|
| Modifier and Type | Method and Description |
|---|---|
Iterable<HttpHeader> |
SwaggerMethodParser.headers(Object[] swaggerMethodArguments)
Get the headers that have been added to this value based on the provided method arguments.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<HttpHeader> |
HttpHeaders.iterator() |
| Constructor and Description |
|---|
HttpHeaders(Iterable<HttpHeader> headers)
Create a HttpHeaders object with the provided initial headers.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/