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

Generic Body Parser implemented #282

Closed
wants to merge 22 commits into from
Closed

Commits on Apr 17, 2020

  1. Added support for external parsers to bodyParser.json()

    Shawn Dellysse authored and sdellysse committed Apr 17, 2020
    Configuration menu
    Copy the full SHA
    abb9053 View commit details
    Browse the repository at this point in the history
  2. removed test dependency on json-bigint

    Shawn Dellysse authored and sdellysse committed Apr 17, 2020
    Configuration menu
    Copy the full SHA
    e6d5275 View commit details
    Browse the repository at this point in the history
  3. reworked doc to describe json parser() func better

    Shawn Dellysse authored and sdellysse committed Apr 17, 2020
    Configuration menu
    Copy the full SHA
    e3c0d56 View commit details
    Browse the repository at this point in the history
  4. added parser() option and doc for .text()

    Shawn Dellysse authored and sdellysse committed Apr 17, 2020
    Configuration menu
    Copy the full SHA
    17df8e6 View commit details
    Browse the repository at this point in the history
  5. added parser() option and doc for .raw()

    Shawn Dellysse authored and sdellysse committed Apr 17, 2020
    Configuration menu
    Copy the full SHA
    889d18f View commit details
    Browse the repository at this point in the history
  6. added parser() option and doc for .urlencoded()

    Shawn Dellysse authored and sdellysse committed Apr 17, 2020
    Configuration menu
    Copy the full SHA
    83d0dd1 View commit details
    Browse the repository at this point in the history
  7. cleanup to satisfy linter

    Shawn Dellysse authored and sdellysse committed Apr 17, 2020
    Configuration menu
    Copy the full SHA
    4946efa View commit details
    Browse the repository at this point in the history
  8. added generic parser

    Shawn Dellysse authored and sdellysse committed Apr 17, 2020
    Configuration menu
    Copy the full SHA
    ae44240 View commit details
    Browse the repository at this point in the history
  9. converted json parser to use generic parser

    Shawn Dellysse authored and sdellysse committed Apr 17, 2020
    Configuration menu
    Copy the full SHA
    f28e87f View commit details
    Browse the repository at this point in the history
  10. converted raw parser to use generic parser

    Shawn Dellysse authored and sdellysse committed Apr 17, 2020
    Configuration menu
    Copy the full SHA
    14fdf8f View commit details
    Browse the repository at this point in the history
  11. converted text parser to use generic parser

    Shawn Dellysse authored and sdellysse committed Apr 17, 2020
    Configuration menu
    Copy the full SHA
    657b12b View commit details
    Browse the repository at this point in the history
  12. converted urlencoded parser to use generic parser

    Shawn Dellysse authored and sdellysse committed Apr 17, 2020
    Configuration menu
    Copy the full SHA
    7853d63 View commit details
    Browse the repository at this point in the history
  13. cleanup / fix linter warnings

    Shawn Dellysse authored and sdellysse committed Apr 17, 2020
    Configuration menu
    Copy the full SHA
    3e216fa View commit details
    Browse the repository at this point in the history
  14. removed items from README

    Shawn Dellysse authored and sdellysse committed Apr 17, 2020
    Configuration menu
    Copy the full SHA
    ab26c9c View commit details
    Browse the repository at this point in the history
  15. added bodyParser.generic() getter

    Shawn Dellysse authored and sdellysse committed Apr 17, 2020
    Configuration menu
    Copy the full SHA
    0ddd944 View commit details
    Browse the repository at this point in the history
  16. cleanup / fix linter warnings

    Shawn Dellysse authored and sdellysse committed Apr 17, 2020
    Configuration menu
    Copy the full SHA
    ba65cd2 View commit details
    Browse the repository at this point in the history
  17. fixed tests after rebase

    sdellysse committed Apr 17, 2020
    Configuration menu
    Copy the full SHA
    8adc464 View commit details
    Browse the repository at this point in the history
  18. satisfying linter

    sdellysse committed Apr 17, 2020
    Configuration menu
    Copy the full SHA
    c6090ab View commit details
    Browse the repository at this point in the history
  19. Ref'd genParser via the bodyparser getter to signal how third party p…

    …arsers should import genParser'
    sdellysse committed Apr 17, 2020
    Configuration menu
    Copy the full SHA
    d8039cf View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    16852ec View commit details
    Browse the repository at this point in the history
  21. minor text cleanup

    sdellysse committed Apr 17, 2020
    Configuration menu
    Copy the full SHA
    570fe4d View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    86ee0bc View commit details
    Browse the repository at this point in the history