Skip to content

Add HTML multipart behavior compatibility#131

Merged
blakeembrey merged 2 commits intomasterfrom
be/multipart-option
May 7, 2026
Merged

Add HTML multipart behavior compatibility#131
blakeembrey merged 2 commits intomasterfrom
be/multipart-option

Conversation

@blakeembrey
Copy link
Copy Markdown
Member

Builds upon the demo parser/server PR.

Adds multipart behavior support based on the HTML spec. Will be useful for handling browser uploads. In format, it does not encode as filename* (matching browser behavior) but on server it does decode filename* since it would need to match more than browser behavior, such as better formed uploads.

@blakeembrey blakeembrey requested a review from Phillip9587 May 4, 2026 19:28
@codecov
Copy link
Copy Markdown

codecov Bot commented May 4, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (54302a9) to head (bea27c4).

Additional details and impacted files
@@            Coverage Diff            @@
##            master      #131   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            1         1           
  Lines          227       281   +54     
  Branches        82       102   +20     
=========================================
+ Hits           227       281   +54     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@blakeembrey blakeembrey force-pushed the be/multipart-option branch from c6f5b21 to bd1a2f1 Compare May 4, 2026 19:46
@blakeembrey blakeembrey requested a review from a team May 6, 2026 23:06
Base automatically changed from be/demo-parser to master May 7, 2026 20:36
@blakeembrey blakeembrey force-pushed the be/multipart-option branch from bd1a2f1 to b068b32 Compare May 7, 2026 20:37
@blakeembrey blakeembrey merged commit 3d217fb into master May 7, 2026
10 checks passed
@blakeembrey blakeembrey deleted the be/multipart-option branch May 7, 2026 20:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant