Bingex.HTTP.Response (Bingex v0.1.9)

Represents an HTTP response from the BingX API.

Summary

Types

t()

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