-
Notifications
You must be signed in to change notification settings - Fork 88
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
modules: Expand http module with put, delete, head, auth and more #819
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some points to conside, @udoprog
Similar issue here with constant values like in #815 |
@udoprog ready for review! 😀 |
I added support for external constants in #860 and I was using this change as a reference. So I've re-added the constants now that it's been merged. There were also some documentation and missing protocol implementations. In particular, when you implement a trait you also have to implement the associated protocols. |
Thanks @udoprog, great job! |
This PR significantly enhances the HTTP module by introducing...
METHODS
This PR requires the changes from #815 to be merged first, as it includes necessary updates to the time module.
TODO: