honojs / node-server

Node.js Server for Hono
https://hono.dev
389 stars 48 forks source link

HTTP TRACE method crashes server #167

Closed stereosteve closed 5 months ago

stereosteve commented 6 months ago
curl -k -v -X TRACE http://localhost:8989

crashes server with:

TypeError: 'TRACE' HTTP method is unsupported.
    at new Request (node:internal/deps/undici/undici:7245:19)
    at new Request (./node_modules/@hono/node-server/dist/index.js:55:5)