Manuel Spigolon
Manuel Spigolon
Thanks for reporting! Would you like to send a Pull Request to address this issue? Remember to add unit tests.
I think we can propagate the code to the content-type parser as well - the target here was to be compliant with the RFC compliant first, avoid any potential bad...
Thanks for reporting! Would you like to send a Pull Request to address this issue? Remember to add unit tests.
> @Eomm @gurgunday If there's anything in this PR that may need further clarification, I will be happy to rework it No, there was an internal discussion regarding this PR...
> Just to be sure, should Fastify expose the full `find-my-way` config or only a subset of it? I will update the types and validation once that’s clear The whole...
So, we should move the issue to `light-my-request` since I can replicate with it: ```js const inject = require('light-my-request'); const { Readable } = require('stream'); const handler = (req, res)...
Yeah, I'm pro on supporting legacy behaviour because we can list whatever RFCs, but the real world needs to handle request body on GET handlers and blocking this feature is...
To recap: - `overrideHttpMethod` to override default methods (I would just check if we use `override` or `overwrite` somewhere) - `addHttpMethod` to add non-strict standard methods (+ if default method...
Thanks for reporting! Would you like to send a Pull Request to address this issue?
Oh, forgot to mention that we may think to move this content to the website directly instead? Just one option if we want more cool features