Page: [root]/hellnet/protocols/http/index | src | faq | css

Hellnet HTTP interfaces

Peers are passing queries via HTTP queries (like GET /chunks/AZ/123456 or POST /insert with data piece).

Query types

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

Powered by bitcheese wiki engine