HTTPower.Response (HTTPower v0.16.0)

View Source

HTTP response struct from HTTPower.

This struct completely abstracts away the underlying HTTP library and provides a clean, consistent interface.

Summary

Types

t()

@type t() :: %HTTPower.Response{
  body: term(),
  headers: %{optional(String.t()) => [String.t()]},
  status: integer()
}