qwik icon indicating copy to clipboard operation
qwik copied to clipboard

[📖] List of props of the RequestEvent

Open Nefcanto opened this issue 9 months ago • 1 comments

Suggestion

Hello

I need to get a list of all of the props that the RequestEvent exposes. I went into https://qwik.dev/docs/route-loader/#requestevent, but it does not contain the list. I also looked at the https://qwik.dev/docs/middleware/#requestevent and did not find the list there. I checked the API Reference and could not find it there either.

Can you please provide a list of the RequestEvent's props?

Nefcanto avatar Mar 17 '25 07:03 Nefcanto

Hi @Nefcanto there is info in API Reference and you can find RequestEvent and click to see inheritance. Links:

  1. https://qwik.dev/api/qwik-city-middleware-request-handler/#requestevent
  2. https://qwik.dev/api/qwik-city-middleware-request-handler/#requesteventcommon
  3. https://qwik.dev/api/qwik-city-middleware-request-handler/#requesteventbase

romadryud avatar Apr 02 '25 16:04 romadryud