hyperium / http

Rust HTTP types
Apache License 2.0
1.12k stars 283 forks source link

docs: remove references to defunct `build` method #609

Closed IsaacCloos closed 1 year ago

IsaacCloos commented 1 year ago

Removes misleading instructions.

For Response and Request Builder::body is the consuming method, not Builder::build.

Builder::build was removed from request, and response never had it. [ref commit]

Criticism Welcome 😄

Please let me know if I'm missing something obvious!