Interface HttpClientRequest
- All Known Implementing Classes:
DefaultHttpClientRequest
public interface HttpClientRequest
-
Method Summary
Modifier and TypeMethodDescriptionru.tinkoff.kora.http.common.body.HttpBodyOutputbody()static HttpClientRequestBuilderstatic HttpClientRequestBuilderstatic HttpClientRequestBuilderstatic HttpClientRequestBuilderru.tinkoff.kora.http.common.header.MutableHttpHeadersheaders()method()static HttpClientRequestBuilderstatic HttpClientRequestof(String method, URI uri, String uriTemplate, ru.tinkoff.kora.http.common.header.MutableHttpHeaders headers, ru.tinkoff.kora.http.common.body.HttpBodyOutput body, Duration requestTimeout) static HttpClientRequestBuilderstatic HttpClientRequestBuilderstatic HttpClientRequestBuilderstatic HttpClientRequestBuilderdefault HttpClientRequestBuilderstatic HttpClientRequestBuilderuri()
-
Method Details
-
method
String method() -
uri
URI uri() -
uriTemplate
String uriTemplate() -
headers
ru.tinkoff.kora.http.common.header.MutableHttpHeaders headers() -
body
ru.tinkoff.kora.http.common.body.HttpBodyOutput body() -
requestTimeout
-
toBuilder
-
of
static HttpClientRequest of(String method, URI uri, String uriTemplate, ru.tinkoff.kora.http.common.header.MutableHttpHeaders headers, ru.tinkoff.kora.http.common.body.HttpBodyOutput body, Duration requestTimeout) -
get
-
head
-
post
-
put
-
delete
-
connect
-
options
-
trace
-
patch
-
of
-