danielstern / danielstern/nurl
implement POST request
Open
- Dominant language
- JavaScript
- Stars
- 2
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
I am interested to use this tool to upload files to my Raspberry Pi. Currently I do:
```
$ curl -i -X POST -F "fileupload=@IMG_0132.JPG" http://192.168.3.200:8000 -H 'application/octet-stream'
```
But it might be nicer to use `nurl -F `
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.