https://github.com/arstgit/nlibcurl
Synchronous request.
https://github.com/arstgit/nlibcurl
Last synced: 14 days ago
JSON representation
Synchronous request.
- Host: GitHub
- URL: https://github.com/arstgit/nlibcurl
- Owner: arstgit
- Created: 2019-01-11T14:55:08.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-12T07:16:13.000Z (over 7 years ago)
- Last Synced: 2025-03-03T20:03:20.294Z (over 1 year ago)
- Language: C
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nlibcurl
[](https://travis-ci.org/derekchuank/nlibcurl)
[](http://badge.fury.io/js/nlibcurl)
## Based on N-API & libcurl
A simple `synchronous` method. `Linux only`.
## Usage
```
const curl = request('nlibcurl')
const res = curl('https://example.com')
```