nyro
2.0.4 • Public • PublishedUsing npm:
$ npm install nyro@latest
Other Installations:
$ yarn add nyro@latest
$ pnpm add nyro@latest
$ deno install npm:nyro@latest
importnyro,{ResponseType,Method}from'nyro';(async()=>{const{ body}=awaitnyro({url:'https://hercai.onrender.com/v3/hercai',params:{question:'Hi How Are You?'}method:Method.Get,// Or 'GET'responseType:ResponseType.Json,// Or 'json'headers:{'User-Agent':'Nyro'},bodySchema:{content:String,reply:String}});console.log('Your Question; '+body.content);console.log('AI Reply; '+body.reply);})();
- [x]
Promise Requests
- [x]
Options
- [x]
Stream Request
- [x]
Queue Request
- [x]
Pagination API
- [x]
Create / Extend Request
- [x]
HTTP/2 Support
- [x]
Response
- [x]
Cache
- [x]
Proxy Support
- [x]
Abort / Cancel Request
- [x]
BodySchema
- [x]
SSL Options
- [x]
Browser Support (Node Only)
Nyro is licensed under theGPL-3.0 License. See theLICENSE file for details.
![]() Free online courses. In-person learning. Certification-aligned pathways in topics like Cybersecurity, Networking, and Python.It’s all here. Are you ready to begin, change, or propel your career? |
Readme
Keywords
- http
- https
- request
- response
- proxy
- fastgate
- agent
- http-proxy-agent
- https-proxy-agent
- get
- post
- put
- delete
- head
- options
- trace
- connect
- patch
- promise
- got
- url
- uri
- simple
- curl
- wget
- request-promise
- request-promise-native
- net
- network
- gzip
- node-fetch
- fetch
- ky
- requests
- human-friendly
- axios
- superagent
- hercai
- proxy-agent
- http-proxy
- https-proxy
- http-proxy-agent
- https-proxy-agent
- socks-proxy-agent
- http2
- http2-wrapper
- http2-agent
- http2-proxy-agent
- user-agent
- cookie
- cookies
- user-agent-generator
- layer7
Package Sidebar
Install
npm i nyro
Repository
Homepage
Weekly Downloads
3,441
Version
2.0.4
License
LGPL-3.0-or-later
Unpacked Size
1.46 MB
Total Files
120