openapi-tsk
Version:
openapi tool to use with NodeTskeleton template project
10 lines (9 loc) • 340 B
TypeScript
export declare enum HttpContentTypeEnum {
APPLICATION_JSON = "application/json",
APPLICATION_XML = "application/xml",
APPLICATION_X_WWW_FORM_URLENCODED = "application/x-www-form-urlencoded",
MULTIPART_FORM_DATA = "multipart/form-data",
TEXT_HTML = "text/html",
TEXT_PLAIN = "text/plain",
TEXT_XML = "text/xml"
}