- getBody
HttpBody getBody()
Returns a non-null value if this response was passed to {@link Callback#onResponse} or returned
from {@link Call#execute()}. Response bodies must be {@linkplain ResponseBody closed} and may
be consumed only once.
- getContentLength
long getContentLength()
@return the content length if available, otherwise {@link Long#MIN_VALUE}
- getContentType
string getContentType()
Undocumented in source. Be warned that the author may not have intended to support it.
- getFields
HttpFields getFields()
@return the HTTP fields of this HttpMetaData object
- getHttpVersion
HttpVersion getHttpVersion()
@return the HTTP version of this HttpMetaData object
- getTrailerSupplier
Supplier!HttpFields getTrailerSupplier()
Undocumented in source. Be warned that the author may not have intended to support it.
- haveBody
bool haveBody()
Undocumented in source. Be warned that the author may not have intended to support it.
- header
string header(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
- header
string header(HttpHeader h)
Undocumented in source. Be warned that the author may not have intended to support it.
- headers
string[] headers(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
- headers
string[] headers(HttpHeader header)
Undocumented in source. Be warned that the author may not have intended to support it.
- headers
HttpFields headers()
Undocumented in source. Be warned that the author may not have intended to support it.
- isRequest
bool isRequest()
Undocumented in source. Be warned that the author may not have intended to support it.
- isResponse
bool isResponse()
Undocumented in source. Be warned that the author may not have intended to support it.
- iterator
InputRange!HttpField iterator()
@return an iterator over the HTTP fields
@see #getFields()
- opApply
int opApply(int delegate(ref HttpField) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
- recycle
void recycle()
Undocumented in source. Be warned that the author may not have intended to support it.
- setBody
HttpMetaData setBody(HttpBody b)
Undocumented in source. Be warned that the author may not have intended to support it.
- setHttpVersion
void setHttpVersion(HttpVersion httpVersion)
@param httpVersion the HTTP version to set
- setTrailerSupplier
void setTrailerSupplier(Supplier!HttpFields trailers)
Undocumented in source. Be warned that the author may not have intended to support it.
- toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.