reflex icon indicating copy to clipboard operation
reflex copied to clipboard

Expose raw request to event handlers

Open picklelo opened this issue 3 years ago β€’ 0 comments

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/

picklelo avatar Jan 21 '23 03:01 picklelo