public interface RequestPolicy
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Single<HttpResponse> |
sendAsync(HttpRequest request)
Sends an HTTP request as an asynchronous operation.
|
io.reactivex.Single<HttpResponse> sendAsync(HttpRequest request)
request - The HTTP request message to send./**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/