EasyPost.Response (ex_easypost v3.0.4)
Link to this section Summary
Link to this section Types
@type t() :: %EasyPost.Response{ body: map(), headers: EasyPost.http_headers_t(), status_code: pos_integer() }
Link to this section Functions
Link to this function
new(response, config)
@spec new(EasyPost.HTTP.response_t(), EasyPost.Config.t()) :: t()