Class HelidonHttpClientRequest
java.lang.Object
cool.scx.http.ScxHttpClientRequestBase
cool.scx.http.helidon.HelidonHttpClientRequest
-
Field Summary
Fields inherited from class cool.scx.http.ScxHttpClientRequestBase
headers, method, uri -
Constructor Summary
ConstructorsConstructorDescriptionHelidonHttpClientRequest(io.helidon.webclient.api.WebClient webClient, HelidonHttpClient client) -
Method Summary
Methods inherited from class cool.scx.http.ScxHttpClientRequestBase
headers, headers, method, method, uri, uriMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface cool.scx.http.ScxHttpClientRequest
addCookie, addHeader, addHeader, contentLength, contentLength, contentType, contentType, contentType, contentType, removeCookie, send, send, send, send, send, send, send, send, send, send, send, setHeader, setHeader, uri
-
Constructor Details
-
HelidonHttpClientRequest
public HelidonHttpClientRequest(io.helidon.webclient.api.WebClient webClient, HelidonHttpClient client)
-
-
Method Details
-
send
-