toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
http4k-platform-azure
/
org.http4k.azure
/
AzureHttpClient
Azure
Http
Client
class
AzureHttpClient
(
http
:
HttpHandler
)
:
HttpClient
Pluggable Http client adapter for Azure SDK.
Members
Constructors
Azure
Http
Client
Link copied to clipboard
constructor
(
http
:
HttpHandler
)
Functions
send
Link copied to clipboard
open
fun
send
(
p0
:
HttpRequest
,
p1
:
Context
)
:
Mono
<
HttpResponse
>
open
override
fun
send
(
request
:
HttpRequest
)
:
Mono
<
HttpResponse
>
send
Sync
Link copied to clipboard
open
fun
sendSync
(
p0
:
HttpRequest
,
p1
:
Context
)
:
HttpResponse