Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A json request can have a body. #16

Merged

Commits on Oct 17, 2018

  1. A json request can have a body. And we could need to adapt status or …

    …body of the response depending on this request body
    Damien Pitard committed Oct 17, 2018
    Configuration menu
    Copy the full SHA
    b2208bd View commit details
    Browse the repository at this point in the history
  2. bodyParser.json already check the request is a json request. It allow…

    …s request with content-type set to 'application/json' as well as variations like 'application/json;charset=utf8'
    Damien Pitard committed Oct 17, 2018
    Configuration menu
    Copy the full SHA
    00fb4de View commit details
    Browse the repository at this point in the history