Peers are passing queries via HTTP queries (like GET /chunks/AZ/123456 or POST /insert with data piece).
Query | Path | Static/dynamic | Description |
---|---|---|---|
GET | /chunks/([0-9A-Z]+) | static | Chunk with hash $1 |
GET | ^hell://meta/([0-9A-Z]{102})/([^/]+)/(.*)(/.*)$ | static | Metatree of key $1 and name $2 |
GET, HEAD | /hello | static | Check whether node is up |
POST | /handshake | dynamic | Establish a link to node |
Other files here:
handshake
hello
meta