* Add a non-standard HTTP method * * Methods defined by default include `GET`, `HEAD`, `TRACE`, `DELETE`, * `OPTIONS`, `PATCH`, `PUT` and `POST`
(method: string, methodOptions?: { hasBody: boolean })
| 562 | * `OPTIONS`, `PATCH`, `PUT` and `POST` |
| 563 | */ |
| 564 | addHttpMethod(method: string, methodOptions?: { hasBody: boolean }): FastifyInstance<RawServer, RawRequest, RawReply, Logger, TypeProvider>; |
| 565 | /** |
| 566 | * Fastify default JSON parser |
| 567 | */ |
no outgoing calls
no test coverage detected