blob: 2b4c7a063a5f18d964e94b400b249c883ecd069a [file] [log] [blame]
export interface Headers {
"content-type": string;
"Content-type": string;
"content-Type": string;
"Content-Type": string;
"content=type": string;
}