Module header_keys

Source
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-urlencoded content type as a SmartString.
application_json
Returns the application/json content type as a SmartString.
content_type
Returns the Content-Type header value as a SmartString.
x_mbx_apikey
Pre-allocated SmartString constants for zero-allocation header creation