StaticparseExtracts username and password credentials from a Basic Authorization header.
The raw Authorization header string (e.g. 'Basic
An object containing the user and pass properties, or null if parsing fails.
StaticparseExtracts a bearer token from an Authorization header.
The raw Authorization header string (e.g. 'Bearer
The extracted token string, or an empty string if invalid or missing.
Static utility helpers for processing standard HTTP request parameters and headers.