0
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Jul 11, 2025 — Jul 11, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #31 from reem/rename-rfc7230 More... almost 12 years ago
Rename rfc7230 to http to more clearly indicate its purpose. More... almost 12 years ago
Merge pull request #29 from reem/network-stream More... almost 12 years ago
Deny missing documentation and all warnings for cleaner builds. More... almost 12 years ago
Update benchmarks and introduce more default type params for remaining generics More... almost 12 years ago
Use dynamic dispatch for client Request and Response through Box<NetworkStream> More... almost 12 years ago
Merge pull request #30 from reem/dont-lose-transfer-encoding More... almost 12 years ago
Parse Transfer Encodings that we don't handle More... almost 12 years ago
Use trait objects and dynamic dispatch to abstract over NetworkStream More... almost 12 years ago
Merge pull request #28 from reem/fix-server-bench More... almost 12 years ago
Fix server benchmark for Response representation changes. More... almost 12 years ago
Merge pull request #22 from reem/bench-server More... almost 12 years ago
Merge pull request #26 from reem/expand-travis More... almost 12 years ago
Expand travis to compile benchmarks More... almost 12 years ago
Update client benchmarks for new Listening representation. More... almost 12 years ago
Change Server to contain a Vec of (ip, port) pairs to allow repeat listening More... almost 12 years ago
Merge pull request #21 from reem/response-parts More... almost 12 years ago
Merge pull request #24 from reem/fix-concurrent-server More... almost 12 years ago
Fix concurrent server example for new Response representation. More... almost 12 years ago
Merge pull request #19 from reem/static-response-states More... almost 12 years ago
Merge pull request #23 from reem/concurrent-example More... almost 12 years ago
Added example of a concurrent server More... almost 12 years ago
Benchmark hyper server against rust-http server. More... almost 12 years ago
Provide Response::<Fresh>::deconstruct to deconstruct a Response. More... almost 12 years ago
Merge pull request #20 from reem/header-submodules More... almost 12 years ago
Split common headers into a submodule and into their own files More... almost 12 years ago
Updated examples and benchmarks for new Response representation. More... almost 12 years ago
Statically track the status of a Response by using a Phantom Type More... almost 12 years ago
fix benches/client with new Handler More... almost 12 years ago
Merge pull request #14 from reem/string-headers More... almost 12 years ago