lucee.Componentcfboom.lang.Object
cfboom.http.message.AbstractHttpMessage
cfboom.http.message.BasicHttpResponse
cfboom.http.client.AbstractClientHttpResponse
Property Summary | ||||
---|---|---|---|---|
type | property | default | serializable | required |
any
|
HttpStatus
|
true
|
false
|
Constructor Summary | |
---|---|
init([any result])
|
Method Summary | |
---|---|
void
|
close()
|
any
|
getBody()
|
any
|
getInputStream()
|
numeric
|
getRawStatusCode()
|
HttpStatus
|
getStatusCode()
|
string
|
getStatusText()
|
Methods inherited from class cfboom.http.message.AbstractHttpMessage |
---|
addHeader, getContentEncoding, getContentLength, getContentType, removeHeaders, setHeader, setHeaders |
Methods inherited from class cfboom.lang.Object |
---|
$equals, getComponentName, getIdentityHashCode, getIdentityString, getMeta, hashCode |
Methods inherited from class lucee.Component |
---|
None |
Constructor Detail |
---|
result
Property Detail |
---|
access
- publicrequired
- falsereturntype
- anyinject
- HttpStatus@cfboom-httpserializable
- trueMethod Detail |
---|
close
in interface
ClientHttpResponse
getBody
in interface
ClientHttpResponse
getRawStatusCode
in interface
ClientHttpResponse
getStatusCode
in interface
ClientHttpResponse
getStatusText
in interface
ClientHttpResponse