URL/api/ids
GET
PUT
PATCH
DELETE
POST
CREATE: POST -> /rcpt/id/
READ: GET -> /rcpt/id/
UPDATE: PUT/PATCH -> /rcpt/id/
DELETE: DELETE -> /rcpt/id/
i.e.
Request:
GET / HTTP/1.1
Authorization: dv long key
Response:
HTTP Status Code:
100 Continue
200 OK
301, 302, 303 Redirects
400 Invalid
401, 402, 403
404 Not Found
500 Server ERROR
Response: Etag: _____
Req: if-None-Match: ____, ____
200 <=
304 <=
if-Match: ____, ____
HTTP Status Code
Req:
Range: bytes=4096-8000 or 4096-]
Resp:
Accept-Range: bytes
Request for header only, using HEAD
HEAD /list/
Accept-Range: list
GET /list/
Range: list=1-10