Expand description
Binance header key constants for type safety and performance
Constants§
- APPLICATION_
FORM - The value for the application/x-www-form-urlencoded content type.
- APPLICATION_
JSON - The value for the application/json content type.
- CONTENT_
TYPE - The header key for the content type.
- X_
MBX_ APIKEY - The header key for the API key.
Functions§
- application_
form - Returns the
application/x-www-form-urlencodedcontent type as aSmartString. - application_
json - Returns the
application/jsoncontent type as aSmartString. - content_
type - Returns the
Content-Typeheader value as aSmartString. - x_
mbx_ apikey - Pre-allocated SmartString constants for zero-allocation header creation