-
Notifications
You must be signed in to change notification settings - Fork 10
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
rewrite language-http
#373
Conversation
Comments from our discussion:
|
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
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 comments here in addition to the logging stuff.
Also, documentation! We've got a bunch of stuff now like parseAs
and errorMap
which we feed through to the underlying request. None of that is obvious, it's all new, an we can't just say "oh it's like axios" anymore.
So we're going to have to work out a documentation solution here. I'll have to open an issue for that.
it turns out in ubuntu any port < 1024 needs root permission
remove koa implementation
integration tests
This comment was marked as resolved.
This comment was marked as resolved.
Some changes I've instigated in common:
Changes instigated in http:
|
This comment was marked as resolved.
This comment was marked as resolved.
A version of it anyway
Not willing to commit to it tbh
Summary
Re-write language-http to use the new common helpers. Drops support for axios.
This introduces many breaking changes.
Closes #316
Changes to http:
tough-cookies
Also note some changes to common:
statusMessage
andstatusCode
instead ofmessage
andcode
QA Notes
Things we need to test in real job code:
I'd also love to test some datasources which have real auth
Review Checklist
Before merging, the reviewer should check the following items:
dev only changes don't need a changeset.