An open API service indexing awesome lists of open source software.

https://github.com/coderaiser/ponse

Module for work with requests and responses
https://github.com/coderaiser/ponse

cloudcmd javascript nodejs request response send

Last synced: 9 months ago
JSON representation

Module for work with requests and responses

Awesome Lists containing this project

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 || string)** - get pathname

- http request

**getQuery(request || string)** - get query

- http request

**static(options)** - serve static content

- options:
- cache
- root

**send(data, params)** - send data

## License

MIT