John Rose

Results 3 comments of John Rose

Hello @vercel, are you aware of this? This is a major problem for this library to be used in realistic react use cases. Everybody creates (or uses existing) wrappers and...

The following code is responsible for this behavior, including a change that was made a month ago: hasBody is assumed to be true for every POST request: https://github.com/elysiajs/elysia/commit/711925a5b5561452b58979b26917cb13a6cf8d9c?diff=unified&w=0#diff-9043fd343dba2fc691e6d1577d67b4c164b7cdc2ce399d3a3cc787e06dd81c32R377 It seems...

Hi @SaltyAom, The error happens you send the request as json, not sure if this is considerable as a bug or intended functionality. (Elysia version 1.1.12) ``` 83 | export...