tokio-rs / tokio-minihttp

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

Add a Response method to accept a Vec as body #32

Closed Kerollmops closed 6 years ago

carllerche commented 6 years ago

Thanks for the PR. Are you trying to use this library in a real situation (if so, I would highly recommend to not. This library is only meant as an illustration).

Kerollmops commented 6 years ago

This was just to test another library of my own. I will use hyper in the future I think.

carllerche commented 6 years ago

@Kerollmops Great! Thanks for the PR though. I'll pass in favor of keeping the example simpler.