Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```