Constructor for a OINOHttpResult
HTTP body
Readonly
bodyHTTP body data
HTTP cache expiration value
HTTP cache last-modified value
Error / warning messages
HTTP status code
HTTP status message
Wheter request was successfully executed
Add debug message. Returns self reference for chaining.
HTTP status message
operation where debug occured
Add info message. Returns self reference for chaining.
HTTP status message
operation where info occured
Add warning message. Returns self reference for chaining.
HTTP status message
operation where warning occured
Copy values from different result.
source value
Copy given messages to HTTP headers.
HTTP headers
wether error messages should be copied (default true)
wether warning messages should be copied (default false)
wether info messages should be copied (default false)
wether debug messages should be copied (default false)
Set HTTP error status using given code and message. Returns self reference for chaining.
HTTP status code
HTTP status message
operation where error occured
Specialized result for HTTP responses.