This repository was archived by the owner on Jan 11, 2023. It is now read-only.
This repository was archived by the owner on Jan 11, 2023. It is now read-only.
[Doc] Add a note about the server route parameter #1267
Open
Description
On this doc: https://sapper.svelte.dev/docs#Server_routes
You say:
Each function receives HTTP
request
andresponse
objects as arguments, plus anext
function.
But I don't see anything on the doc of what is in the request/response and which method I can call.
If this is the right from the polka server, adding some links would be very nice. 👍