Skip to main content

get_raw_request

Get the raw HTTP request data. Returns: Tuple[str, Dict[str, str], Dict[str, str]]: A tuple containing: - Raw request body as a string - Request headers as a dictionary - Request query parameters as a dictionary

Return Value

Tuple[str, Dict[str, str], Dict[str, str]]