Ogeon / rustful

[OUTDATED] A light HTTP framework for Rust
https://docs.rs/rustful
Apache License 2.0
862 stars 52 forks source link

Remove the extension traits for BodyReader #81

Closed Ogeon closed 8 years ago

Ogeon commented 8 years ago

Removes the unnecessary extension traits that provided extra parsing methods for BodyReader. These has instead been implemented directly.

This will break any project that uses these extension traits.

Closes #76

Ogeon commented 8 years ago

@homu r+

homu commented 8 years ago

:pushpin: Commit c8da029 has been approved by Ogeon

homu commented 8 years ago

:zap: Test exempted - status

barosl commented 8 years ago

Hmm, this broke my code! Does simply removing use rustful::context::body::ExtQueryBody; suffice?

Ogeon commented 8 years ago

Yes, the methods have moved to BodyReader, itself.

barosl commented 8 years ago

Ah I see, thanks!

By the way, it's been a great pleasure to use Rustful. Thanks for the great support. :smile:

Ogeon commented 8 years ago

Thank you! That's really nice to hear :smile: