swindon-rs / tk-http

Full featured HTTP and Websockets library for rust/tokio
Apache License 2.0
136 stars 10 forks source link

implement request parser; parse request body; #14

Closed popravich closed 7 years ago

popravich commented 7 years ago

cc @tailhook

popravich commented 7 years ago

Agree on your notes, but I'd like to merge this stuff and then with a few other PRs make proper headers and fix all cases with body length calculation.

tailhook commented 7 years ago

Well, then do it. But be sure to include TODO comments in future if you leave out important details. This way we can search for TODO comments in code and fix remaining issues before a stable release.