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

Implement support for handling request body #68

Merged
merged 8 commits into from
Sep 27, 2024
Merged

Implement support for handling request body #68

merged 8 commits into from
Sep 27, 2024

Conversation

JoshCap20
Copy link
Owner

@JoshCap20 JoshCap20 commented Sep 27, 2024

Body is now parsed from HTTP request into the request object.

It is currently stored as bytes for efficiency, but in future could add methods to sanitize it. Leaving to developer for now

Closes #64 and closes #60

@JoshCap20 JoshCap20 added the enhancement New feature or request label Sep 27, 2024
@JoshCap20 JoshCap20 added this to the v1.2 milestone Sep 27, 2024
@JoshCap20 JoshCap20 merged commit 3dc7339 into main Sep 27, 2024
3 checks passed
@JoshCap20 JoshCap20 deleted the body-support branch September 27, 2024 23:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add body to HttpRequest Add support for parsing request bodies for POST and PUT
1 participant