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: parse multipart/form-data requests correctly #39

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Commits on Dec 30, 2023

  1. fix: pass raw body to Request

    c0per committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    4f85d57 View commit details
    Browse the repository at this point in the history
  2. test: with-express-json

    Use Express.js instead of HttpServer from open-draft since open-draft
    will automatically convert json request body to Object.
    
    With Express.js and express.raw(), everything works fine.
    c0per committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    46c6bd5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    768987c View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. feat: raise default body size limit

    Co-authored-by: Benoît Burgener <benoit.burgener@gmail.com>
    c0per and LeBenLeBen committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    c1e6578 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fdf0767 View commit details
    Browse the repository at this point in the history