-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add POST method support and handle HTTP body parsing
This update introduces support for the POST method and improves HTTP body extraction in request parsing. It adds a new method to get the Content-Length from headers, ensuring the body is correctly extracted and stored. Additionally, it integrates these changes with new tests to validate the functionality. Took 1 hour 47 minutes
- Loading branch information
1 parent
16cedec
commit 7a3ae74
Showing
3 changed files
with
94 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters