UNPKG

@silvermine/apigateway-utils

Version:

Utility functions for working with AWS API Gateway

9 lines (7 loc) 242 B
'use strict'; module.exports = { CONTENT_TYPE_JSON: 'application/json;charset=UTF-8', CONTENT_TYPE_JSONP: 'text/javascript;charset=UTF-8', CONTENT_TYPE_RSS: 'application/rss+xml', CONTENT_TYPE_HTML: 'text/html;charset=UTF-8', };