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

feat(middlware): allow string payloads #799

Merged
merged 5 commits into from Jan 12, 2023
Merged

Commits on Jan 12, 2023

  1. Configuration menu
    Copy the full SHA
    b68b94a View commit details
    Browse the repository at this point in the history
  2. fix(middleware): don't parse the payload string into JSON

    If we don't have `request.body`, don't parse the string payload into JSON, to avoid issues like #775
    wolfy1339 committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    b4861d1 View commit details
    Browse the repository at this point in the history
  3. style: prettier

    wolfy1339 committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    962ec3b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ed12acc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3f1c8ea View commit details
    Browse the repository at this point in the history