abstract class AbstractClientHttpRequest : ClientHttpRequest
Abstract base for ClientHttpRequest that makes sure that headers and body are not written multiple times.
Author
Arjen Poutsma
Since
3.0
AbstractClientHttpRequest()
Abstract base for ClientHttpRequest that makes sure that headers and body are not written multiple times. |
fun execute(): ClientHttpResponse |
|
fun getBody(): OutputStream |
|
fun getHeaders(): HttpHeaders |