Package Exports
- ponse
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (ponse) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Ponse
Module for work with requests and responses
Install
npm i ponse --save
Api
isGZIP(request) check is gzip supported
- http request
getPathName(request) - get pathname
- http request
getQuery(request) - get query
- http request
static(directory, options) - serve static content
- directory path
- options:
- cache
License
MIT