xclient v0.5.1-vendored-xhttp XClient.Response View Source
Represents the response to a request.
Link to this section Summary
Functions
Returns the value of the given response header, or nil
if not present
Link to this section Types
Link to this type
t()
View Source
t() :: %XClient.Response{ body: String.t(), headers: XClient.headers(), status_code: non_neg_integer() }
Link to this section Functions
Returns the value of the given response header, or nil
if not present.