Page: //hellnet/protocols/http | log | 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


Other files here:
handshake
hello
meta


Last edited: Voker57 on Sun Jan 29 13:17:28 +0000 2012