Atex.HTTP.Response (atex v0.3.0)

View Source

A generic response struct to be returned by an Atex.HTTP.Adapter.

Summary

Types

t()

@type t() :: %Atex.HTTP.Response{__raw__: any(), body: any(), status: integer()}