Bingex.HTTP.Response (Bingex v0.1.13)

Represents an HTTP response from the BingX API.

Summary

Types

t()

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