Replies: 1 comment 1 reply
-
|
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I couldn't find an example of using search params in the
get handlersection of the Tanstack start documentation.I saw
validateSearchincreateFileRouterin the Tanstack Router documentation, but server handler not found this ctx in arguemtsthis my demo code
print request by curl
curl --location --request GET 'http://localhost:3001/og?title=haha'Request { method: 'GET', url: 'http://localhost:3001/og', headers: Headers { host: 'localhost:3001', connection: 'keep-alive', 'user-agent': 'Apifox/1.0.0 (https://apifox.com)', accept: '*/*', 'accept-encoding': 'gzip, deflate, br', 'accept-language': '*', 'sec-fetch-mode': 'cors' }, destination: '', referrer: 'about:client', referrerPolicy: '', mode: 'cors', credentials: 'same-origin', cache: 'default', redirect: 'follow', integrity: '', keepalive: false, isReloadNavigation: false, isHistoryNavigation: false, signal: AbortSignal { aborted: false } }Beta Was this translation helpful? Give feedback.
All reactions