nomex v0.0.2 Nomex.Response

Link to this section Summary

Types

t()

tuple that wraps response from HTTPoison. Returns the status of the request made, along with the Response

Link to this section Types

Link to this type t()
t() :: %Nomex.Response{body: map(), headers: list(), request_url: String.t(), status_code: integer()}
Link to this type tuple_t()
tuple_t() :: {:ok | :error, Nomex.Response.t()}

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)