Skip to main content

Module http

Module http 

Source
Expand description

The HTTP store: the four store operations as plain HTTP requests built from store.http.{get,put,list,delete} templates — GET/PUT/POST/DELETE {url} with an optional JSON body, extraction from body/status/headers. HTTPS (loopback http:// for dev), headers may carry {{secret:…}} references (resolved at dial time, never logged), the idempotency key rides as Idempotency-Key; conflict_status (default 409) maps to Conflict, 404 on a read to absent.

Structs§

HttpStore