tokio-rs / tokio-minihttp

Protocol implementation experimentations
Apache License 2.0
448 stars 50 forks source link

body/post data access #27

Closed vird closed 7 years ago

alexcrichton commented 7 years ago

Thanks for the PR! Unfortunately though handling HTTP bodies is quite complicated and is something this proof-of-concept library won't ever expose. For "full featured" HTTP I'd recommend using hyper!