UNPKG

mongodb-stitch

Version:

[![Join the chat at https://gitter.im/mongodb/stitch](https://badges.gitter.im/mongodb/stitch.svg)](https://gitter.im/mongodb/stitch?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

11 lines (10 loc) 401 B
export default class Headers { static readonly CONTENT_TYPE_CANON: string; static readonly CONTENT_TYPE: string; static readonly AUTHORIZATION_CANON: string; static readonly AUTHORIZATION: string; static readonly ACCEPT_CANON: string; static readonly ACCEPT: string; static getAuthorizationBearer(value: string): string; private static readonly AUTHORIZATION_BEARER; }