lucee.Componentcfboom.lang.Object
cfboom.http.client.AbstractClientHttpRequest
Constructor Summary | |
---|---|
init()
|
Method Summary | |
---|---|
void
|
assertNotExecuted()
Assert that this request has not been {@linkplain #execute() executed} yet. |
ClientHttpResponse
|
execute()
|
ClientHttpResponse
|
executeInternal(HttpHeaders headers)
Abstract template method that writes the given headers and content to the HTTP request. |
any
|
getBody()
|
any
|
getBodyInternal(HttpHeaders headers)
Abstract template method that returns the body. |
HttpHeaders
|
getHeaders()
|
Methods inherited from class cfboom.lang.Object |
---|
$equals, getComponentName, getIdentityHashCode, getIdentityString, getMeta, hashCode, toString |
Methods inherited from class lucee.Component |
---|
None |
Constructor Detail |
---|
Method Detail |
---|
Assert that this request has not been {@linkplain #execute() executed} yet.
execute
in interface
ClientHttpRequest
Abstract template method that writes the given headers and content to the HTTP request.
headers
Abstract template method that returns the body.
headers