HTTPower.Response (HTTPower v0.15.2)

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: String.t(), headers: map(), status: integer()}