Bingex.HTTP.Response (Bingex v0.2.1)

Represents an HTTP response from the BingX API.

Summary

Types

t()

@type t() :: %Bingex.HTTP.Response{
  body: nil | binary(),
  headers: map(),
  status: non_neg_integer()
}