Package Exports
- tiny-json-http
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 (tiny-json-http) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
tiny-json-http
Minimalist HTTP client for GET and POSTing JSON payloads
- Zero dependencies: perfect for AWS Lambda
- Sane default: assumes buffered JSON responses
- System symmetry: Node style errback API
npm i tiny-json-http --saveapi
tiny.get(options, callback)tiny.post(options, callback)
options
urlrequireddataonly used byhttp.postheaderskey/value map used for headers