http4k-platform-azure
Toggle table of contents
6.20.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k-platform-azure
http4k-platform-azure
/
org.http4k.azure
/
AzureHttpClient
Azure
Http
Client
class
AzureHttpClient
(
http
:
HttpHandler
)
:
HttpClient
(
source
)
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
(
request
:
HttpRequest
?
,
context
:
Context
?
)
:
Mono
<
HttpResponse
?
>
?
open
override
fun
send
(
request
:
HttpRequest
)
:
Mono
<
HttpResponse
>
send
Sync
Link copied to clipboard
open
fun
sendSync
(
request
:
HttpRequest
?
,
context
:
Context
?
)
:
HttpResponse
?