nomex v0.0.2 Nomex.Response
Link to this section Summary
Link to this section Types
Link to this type
t()
t() :: %Nomex.Response{body: map(), headers: list(), request_url: String.t(), status_code: integer()}
tuple that wraps response from HTTPoison
.
Returns the status of the request made, along with the Response
Link to this section Functions
Link to this function
parse(response)