/** * Commonly used standard and custom HTTP Header names. */ export enum HttpHeader { CONTENT_TYPE = 'Content-Type', AUTHORIZATION = 'Authorization', WWW_AUTHENTICATE = 'WWW-Authenticate', LOCATION = 'Location', X_CLIENT_ID = 'X-Client-ID', }