Result of verifyWebRequest. On success, exposes the consumed body and action so callers don't need to re-read or re-parse the request.
body
action
Optional
Value of the x-bondi-action header, when present.
x-bondi-action
Raw body string consumed from request.text(). Present whenever the body could be read.
request.text()
Populated only when valid === false.
valid === false
true if all checks passed.
true
Result of verifyWebRequest. On success, exposes the consumed
bodyandactionso callers don't need to re-read or re-parse the request.