Luke Edwards

Results 266 comments of Luke Edwards
trafficstars

I should also note that my `create` helper is based off the one in this PR and even with the additional Component support, it's still a small utility

@Spy-Seth Right now, it only looks like `opts.redirect` will be different across builds. While the server can perform (or not perform) a redirect, the underlying XHR request in the browser...

Thank you for the kind words @paulocoghi 🙌 I agree, so much easier to use (and replace) small modules that are easily understood. Also, there's nothing with growth! Growth is...

@endel I'll release a `@next` version tonight :)

Now available under the `next` tag 🎉 ``` npm install httpie@next ``` You _should_ be able to just use it normally across any browser/server in any app. I've tested it...

For those of you trying out the browser/next version, please do let me know how (or if, lol) it's working for you. The `@next` phase is basically a `rc` – ...

I'm thinking about marking this as a stable 2.0 pretty soon, as `httpie` has sent more than 20M browser requests in the last month w/o problems. Are there any additional...

There is now also a `fetch` mode for browsers & Worker environments. It uses the same `httpie` options & behaviors, just with `fetch` under the hood. That said, that means...

Hey, There's no access to the underlying response instance before its completion. I've thought about adding a `httpie/raw` or `raw` export to all modes that gives direct access to the...

No problem. I'll keep this open for any feedback, but I definitely won't consider it a blocker/must-have for the next version release.