-
Notifications
You must be signed in to change notification settings - Fork 174
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
cohttp-eio Client module #879
Merged
Merged
Commits on Aug 24, 2022
-
eio(client): implement Cohttp_eio.Client module
Add type for call types: 1. body_disallowed_call : HTTP client call where body is not allowed to be present in the request 2. body_allowed_call : HTTP client call where body is allowed to be present in the call. Add functions call, get,head,delete,post,put and patch functions to imitate HTTP method calls.
Configuration menu - View commit details
-
Copy full SHA for dd16a48 - Browse repository at this point
Copy the full SHA dd16a48View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6243c13 - Browse repository at this point
Copy the full SHA 6243c13View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f870d1 - Browse repository at this point
Copy the full SHA 7f870d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for bb1f0d3 - Browse repository at this point
Copy the full SHA bb1f0d3View commit details
Commits on Aug 25, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 749d418 - Browse repository at this point
Copy the full SHA 749d418View commit details -
eio(client): add test/demo for chunked encoding
Adde tests/demos both writing and reading chunked encoding in both client and and server.
Configuration menu - View commit details
-
Copy full SHA for 67089da - Browse repository at this point
Copy the full SHA 67089daView commit details
Commits on Aug 26, 2022
-
eio(client): Client.read_fixed take_all
RFC https://www.rfc-editor.org/rfc/rfc7230#section-3.3.3 point 7 states that responses with missing Content-Length/Transfer-Encoding headers should read the message body until the end of file. This commit implements the above spec. Since now that read_fixed is different in client and server, we also remove it from the Body module.
Configuration menu - View commit details
-
Copy full SHA for 8adf2ae - Browse repository at this point
Copy the full SHA 8adf2aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 11458b7 - Browse repository at this point
Copy the full SHA 11458b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for a4df4ae - Browse repository at this point
Copy the full SHA a4df4aeView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.