Skip to main content

Module payload

Module payload 

Source
Expand description

Request body (payload) parsing

Handles HTTP request payload parsing and validation. Parses JSON, URL-encoded, and raw payloads based on content type and action.

Functionsยง

get_payload
Parse the request body into a Payload based on content type and action.