request
Returns a dictionary containing the provided request object.
def request(
request: Any
) - > dict
Wraps a request object into a dictionary for structured data handling.
Parameters
| Name | Type | Description |
|---|---|---|
| request | Any | The request object or data structure to be encapsulated |
Returns
| Type | Description |
|---|---|
dict | A dictionary containing the original request object mapped to the key "request" |