Bingex.HTTP.Response (Bingex v0.2.1)
Represents an HTTP response from the BingX API.
Summary
Types
@type t() :: %Bingex.HTTP.Response{ body: nil | binary(), headers: map(), status: non_neg_integer() }
Represents an HTTP response from the BingX API.
@type t() :: %Bingex.HTTP.Response{ body: nil | binary(), headers: map(), status: non_neg_integer() }