| Package | Description |
|---|---|
| com.azure.core.http |
Package containing the HTTP abstractions between the AnnotationParser, RestProxy and HTTP client.
|
| com.azure.core.util |
Package containing core utility classes
|
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Mono<HttpResponse> |
HttpPipeline.send(HttpRequest request,
Context data)
Wraps the request in a context with additional metadata and sends it through the pipeline.
|
| Modifier and Type | Field and Description |
|---|---|
static Context |
Context.NONE
Signifies that no data need be passed to the pipeline.
|
| Modifier and Type | Method and Description |
|---|---|
Context |
Context.addData(Object key,
Object value)
|
Copyright © 2019 Microsoft Corporation. All rights reserved.