Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/poy/hermes
A P2P over HTTP API
https://github.com/poy/hermes
Last synced: 26 days ago
JSON representation
A P2P over HTTP API
- Host: GitHub
- URL: https://github.com/poy/hermes
- Owner: poy
- License: mit
- Created: 2015-06-06T03:31:34.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-10-20T21:10:44.000Z (about 6 years ago)
- Last Synced: 2024-06-20T16:35:15.845Z (5 months ago)
- Language: Go
- Size: 29.8 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hermes
A P2P over HTTP API# Usage
### Upload File
```
curl -v localhost:8080 -X POST -H "key:some-key" --data-binary "@/tmp/example.file"
````### Download File
```
curl -v localhost:8080 --cookie "key=some-key" -o output.file
```