Expand description
http_post:* stage implementation.
HTTP POST action stage.
Stage identity syntax:
http_post:<url>
This stage forwards the input bytes unchanged while also POSTing the same bytes to <url>
when policy allows side effects. It includes an Idempotency-Key header computed as
sha256:<hex> of the input bytes.
Structs§
- Http
Post Stage - HTTP POST action stage.
Constants§
- BYTEOR_
HTTP_ POST_ ALLOWLIST_ ENV - Environment variable containing a comma-separated URL prefix allowlist.
- BYTEOR_
HTTP_ POST_ TIMEOUT_ ENV - Environment variable overriding the HTTP POST timeout.
- HTTP_
POST_ PREFIX - Prefix for HTTP POST stage keys.
Functions§
- parse_
http_ post_ url - Try to parse an
http_post:<url>stage key.