View Source Assent.HTTPAdapter.HTTPResponse (Assent v0.2.1)

Struct used by HTTP adapters to normalize HTTP responses.

Link to this section Summary

Link to this section Types

@type header() :: {binary(), binary()}
@type t() :: %Assent.HTTPAdapter.HTTPResponse{
  body: binary(),
  headers: [header()],
  status: integer()
}