rust-http icon indicating copy to clipboard operation
rust-http copied to clipboard

Completely OBSOLETE Rust HTTP library (server and client)

Results 16 rust-http issues
Sort by recently updated
recently updated
newest added

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...

T-enhancement
A-client

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.

T-enhancement
A-client

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...

T-bug
T-enhancement
C-design
C-code
A-server
A-client

``` $ 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:...

R-wontfix
C-design
C-docs