http icon indicating copy to clipboard operation
http copied to clipboard

http vs http_types

Open drmason13 opened this issue 3 years ago • 1 comments

What makes this crate and http_types different? They seem to have very similar goals (foundational types for http to interop between different crates) which would - at first glance - be better met by one "winning out" over the other. For instance I spotted this http_types issue where http and http_types urls were a little incompatible.

Is it a case of "they're basically the same and are just competing" or are there reasons projects might prefer one over the other? Are there reasons to coexist? (in a perfect world where nobody's hard work would go to waste and nobody's feelings would be hurt!)

I'm sorry if this has been asked a number of times, I couldn't find an issue (open or closed) mentioning http_types at all. Also I don't mean to start anything unpleasant, I'm just curious 👍

drmason13 avatar Sep 21 '20 21:09 drmason13

http-types was started by a separate group of people who weren't satisfied with what http has to offer. Read more here:

https://blog.yoshuawuyts.com/async-http/

djc avatar Oct 26 '20 21:10 djc