-
Notifications
You must be signed in to change notification settings - Fork 459
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
Move HTTP-related code into a separate crate #415
Conversation
8fd5e99
to
f8b9ca1
Compare
Codecov Report
@@ Coverage Diff @@
## master #415 +/- ##
==========================================
+ Coverage 48.32% 51.57% +3.24%
==========================================
Files 65 65
Lines 5502 5117 -385
==========================================
- Hits 2659 2639 -20
+ Misses 2843 2478 -365
Continue to review full report at Codecov.
|
3fffe93
to
83efe2c
Compare
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.
LGTM
Can add the usual crate files license, readme, etc as well or in a follow up pr |
7eaa612
to
2f37f91
Compare
54f4914
to
6eb035b
Compare
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.
Nice work! Thanks a lot
See #403.