You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* A function exported from an endpoint that corresponds to an
219
-
* HTTP verb (`get`, `put`, `patch`, etc) and handles requests with
220
-
* that method. Note that since 'delete' is a reserved word in
221
-
* JavaScript, delete handles are called `del` instead.
218
+
* A `(event: RequestEvent) => RequestHandlerOutput` function exported from an endpoint that corresponds to an HTTP verb (`get`, `put`, `patch`, etc) and handles requests with that method. Note that since 'delete' is a reserved word in JavaScript, delete handles are called `del` instead.
222
219
*
223
-
* Note that you can use [generated types](/docs/types#generated-types)
224
-
* instead of manually specifying the `Params` generic argument.
220
+
* Note that you can use [generated types](/docs/types#generated-types) instead of manually specifying the `Params` generic argument.
0 commit comments