View Source AnyHttp.Response (Any HTTP v0.1.0)

Defines a generic struct to encapsulate a HTTP response.

Summary

Types

@type t() :: %AnyHttp.Response{
  body: binary(),
  headers: [{binary(), binary()}],
  status: pos_integer()
}