NOTE: THIS IS NOT OPERABLE YET! I AM STILL CONSTRUCTING IT! (will be published to GH when it becomes usable) This is a fully automated public registry system. Data is only cached a short time and then deleted. Maximum request size is 4 KB. Maximum content size is 1 KB. - Outgoing content-type is always: text/plain Rate limits: - Currently not enabled, but might be enforced in future - Enforced per IPv4/32, IPv6/56, Netblock (on abuse), ASN (on abuse) - Counts requests per second - Methods have independent rate limits - Requests over the limit are counted to the limit! - If you are above your quota, wait until there is enough quota left - To allow bursts, quota accumulates up to 1 minute - OPTIONS: 2 - GET: 1 - POST: 2 - PUT: 1 - other count as GET Methods: GET display general info HEAD see GET POST request information (c) PUT update information (c) OPTIONS T.B.D. (allows CORS) DELETE n/a CONNECT n/a TRACE n/a PATH n/a Body can contain following variables: g DECIMAL (mandatory) protocol version, currently must be: 0 c BINARY (mandatory for PUT) content data, arbitrary data, depends on your application o ASCII (mandatory) type of data p ASCII (mandatory) path for data, '/' separated y BINARY (optional) shared access secret . n future use (must not be set with g=0) e future use (must not be set with g=0) t future use (must not be set with g=0) Other variables give permission denied.