Response envelope returned by Bloks-aware HTTP services.
body is the raw UTF-8 response body as a string — kept unparsed because
the only remaining use case is substring containment checks (error markers,
throttle messages). For structured access use dicts/literals, which
come from the opcode-agnostic Rust extractor.
All four properties are lazy getters — reading body doesn't decode the
extract and vice versa, so consumers pay only for what they touch.
Response envelope returned by Bloks-aware HTTP services.
bodyis the raw UTF-8 response body as a string — kept unparsed because the only remaining use case is substring containment checks (error markers, throttle messages). For structured access usedicts/literals, which come from the opcode-agnostic Rust extractor.All four properties are lazy getters — reading
bodydoesn't decode the extract and vice versa, so consumers pay only for what they touch.