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(parser): huge req bodies + don't assume blobs #305

Merged
merged 1 commit into from
Nov 1, 2024

Conversation

gorillamoe
Copy link
Member

Metatag flag for huge / large request bodies as shown in #299:

# @write-body-to-temporary-file
POST https://httpbin.org/post HTTP/1.1
Content-Type: application/x-www-form-urlencoded
Accept: application/json

name={{name}}&
age={{age}}

this is autmmatically enforce for multipart/form-data content types.


Remove assumptions on what is a blob or what is not. This closes #298

@gorillamoe gorillamoe added the bug Something isn't working label Nov 1, 2024
@gorillamoe gorillamoe self-assigned this Nov 1, 2024
@gorillamoe gorillamoe merged commit bc2eb2d into main Nov 1, 2024
4 checks passed
@gorillamoe gorillamoe deleted the feat/binary-meta-tag branch November 1, 2024 15:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Non-ascii character should not be treat as binary
1 participant