rust-http
rust-http copied to clipboard
Completely OBSOLETE Rust HTTP library (server and client)
While [`from_str` in method.rs currently mentions that it is case insensitive](https://github.com/chris-morgan/rust-http/blob/master/src/http/method.rs#L23), the code reads otherwise. This probably should be fixed. Additionally, the rules for extension methods probably should match the...
DNS lookup was implemented in mozilla/rust#9000; the client needs to use this to look up a remote address based on the hostname. I'm not certain what should happen in case...
What do you think of adding Rust to the [Web Framework Benchmarks](http://www.techempower.com/benchmarks/) using `rust-http`? I actually started the work already, but was curious what's your opinion.
The idea is to implement an API along the lines of python-requests.
At present, `HeaderConvertible::from_stream` returns `Option` and no track is kept of the bytes that have been read, with the result that bad header values are lost to the world. This...
``` $ curl -v localhost:1472 * Adding handle: conn: 0x24c8620 * Adding handle: send: 0 * Adding handle: recv: 0 * Curl_addHandleToPipeline: length: 1 * - Conn 0 (0x24c8620) send_pipe:...