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 body #9

Closed popravich closed 7 years ago

popravich commented 7 years ago

currently parse_body is a stub; must be implemented. Todo:

popravich commented 7 years ago

see #14