Module header_keys

Source
Expand description

Coinbase header key constants for type safety and performance

Constants§

AUTHORIZATION
The header key for authorization.
CB_ACCESS_KEY
The header key for the API key.
CB_ACCESS_SIGN
The header key for the signature.
CB_ACCESS_TIMESTAMP
The header key for the timestamp.

Functions§

authorization
Returns the Authorization header key as a SmartString.
cb_access_key
Pre-allocated SmartString constants for zero-allocation header creation Returns the CB-ACCESS-KEY header key as a SmartString.
cb_access_sign
Returns the CB-ACCESS-SIGN header key as a SmartString.
cb_access_timestamp
Returns the CB-ACCESS-TIMESTAMP header key as a SmartString.