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

fix: allow multiple body parser coexist #59

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Aug 6, 2017

  1. fix: allow multiple body parser coexist

    by sync listen events on ctx.req, multiple body parser coexist is safe.
    
    json parser's returnRawBody option can provide untouched request body,
    we can use it to do signature validation if required,
    but co-body commonly use by high level middlewares,
    and not expose a option for user to customize.
    
    allow multiple body parser coexist is a more elegant solution.
    tangxinfa committed Aug 6, 2017
    Configuration menu
    Copy the full SHA
    f0a534e View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2017

  1. Configuration menu
    Copy the full SHA
    262772d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd9abc7 View commit details
    Browse the repository at this point in the history