Exyt v0.2.0 Exyt.Response View Source

Defines a Response struct which is created from a HTTP response.

Link to this section Summary

Link to this section Types

Link to this type headers() View Source
headers() :: list()
Link to this type status_code() View Source
status_code() :: integer()
Link to this type t() View Source
t() :: %Exyt.Response{body: body(), headers: headers(), status_code: status_code()}