reflex
reflex copied to clipboard
Expose raw request to event handlers
Sometimes you may want the raw header (for example to get the IP address).
We can expose the request object to the event handler. The relevant starting point is here: https://fastapi.tiangolo.com/advanced/using-request-directly/