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 #561

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

Commits on Nov 19, 2024

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

    Shawn Dellysse authored and Phillip9587 committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    c50fad0 View commit details
    Browse the repository at this point in the history
  2. removed test dependency on json-bigint

    Shawn Dellysse authored and Phillip9587 committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    8d95a02 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 Phillip9587 committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    c3c2693 View commit details
    Browse the repository at this point in the history
  4. added parser() option and doc for .text()

    Shawn Dellysse authored and Phillip9587 committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    6c7ab93 View commit details
    Browse the repository at this point in the history
  5. added parser() option and doc for .raw()

    Shawn Dellysse authored and Phillip9587 committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    6521f71 View commit details
    Browse the repository at this point in the history
  6. added parser() option and doc for .urlencoded()

    Shawn Dellysse authored and Phillip9587 committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    4cc0f6e View commit details
    Browse the repository at this point in the history
  7. cleanup to satisfy linter

    Shawn Dellysse authored and Phillip9587 committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    7c540ee View commit details
    Browse the repository at this point in the history
  8. added generic parser

    Shawn Dellysse authored and Phillip9587 committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    ff854fb View commit details
    Browse the repository at this point in the history
  9. converted json parser to use generic parser

    Shawn Dellysse authored and Phillip9587 committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    6af5a94 View commit details
    Browse the repository at this point in the history
  10. converted raw parser to use generic parser

    Shawn Dellysse authored and Phillip9587 committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    85301d6 View commit details
    Browse the repository at this point in the history
  11. converted text parser to use generic parser

    Shawn Dellysse authored and Phillip9587 committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    c903e13 View commit details
    Browse the repository at this point in the history
  12. converted urlencoded parser to use generic parser

    Shawn Dellysse authored and Phillip9587 committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    ee31462 View commit details
    Browse the repository at this point in the history
  13. cleanup / fix linter warnings

    Shawn Dellysse authored and Phillip9587 committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    d1a06d7 View commit details
    Browse the repository at this point in the history
  14. removed items from README

    Shawn Dellysse authored and Phillip9587 committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    287814b View commit details
    Browse the repository at this point in the history
  15. added bodyParser.generic() getter

    Shawn Dellysse authored and Phillip9587 committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    4a7f2d5 View commit details
    Browse the repository at this point in the history
  16. cleanup / fix linter warnings

    Shawn Dellysse authored and Phillip9587 committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    648db04 View commit details
    Browse the repository at this point in the history
  17. fixed tests after rebase

    sdellysse authored and Phillip9587 committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    3861bb8 View commit details
    Browse the repository at this point in the history
  18. satisfying linter

    sdellysse authored and Phillip9587 committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    273b2e4 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 authored and Phillip9587 committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    4bdaf7c View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    295a716 View commit details
    Browse the repository at this point in the history
  21. minor text cleanup

    sdellysse authored and Phillip9587 committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    91d49cc View commit details
    Browse the repository at this point in the history
  22. 🔧 add debug script

    ctcpip authored and Phillip9587 committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    1d3e6be View commit details
    Browse the repository at this point in the history
  23. 🐛 fix object merging

    ctcpip authored and Phillip9587 committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    6b32200 View commit details
    Browse the repository at this point in the history
  24. 🔥 clean up

    ctcpip authored and Phillip9587 committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    7814638 View commit details
    Browse the repository at this point in the history
  25. Fix rebase

    Phillip9587 committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    07ab76b View commit details
    Browse the repository at this point in the history
  26. Remove added npm script

    Phillip9587 committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    ff07ffa View commit details
    Browse the repository at this point in the history
  27. Fix rebase

    Phillip9587 committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    a7e4fb0 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    74cb460 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2024

  1. Refactor

    Phillip9587 committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    f61122e View commit details
    Browse the repository at this point in the history