flagpole
Version:
Simple and fast DOM integration, headless or headful browser, and REST API testing framework.
6 lines (5 loc) • 331 B
TypeScript
export declare const CONTENT_TYPE_JSON = "application/json";
export declare const CONTENT_TYPE_SOAP = "application/soap+xml";
export declare const CONTENT_TYPE_FORM_MULTIPART = "multipart/form-data";
export declare const CONTENT_TYPE_FORM = "application/x-www-form-urlencoded";
export declare const ENCODING_GZIP = "gzip,deflate";