seagull-js / seagull

the core of the seagull framework
https://seagull-js.github.io/seagull/
GNU Lesser General Public License v3.0
10 stars 5 forks source link

fix(http): handle body parsing correctly #79

Closed DfHlyu4aida closed 5 years ago

DfHlyu4aida commented 5 years ago

The Request was not handling the body parsing correctly as it always tried to parse json even if the body was already parsed otherwise.