add query string support to RequestBuilder

This commit is contained in:
Simon Bernier St-Pierre
2017-12-31 17:03:44 -05:00
parent 723b3906f7
commit f180a64551
2 changed files with 109 additions and 2 deletions

View File

@@ -140,6 +140,9 @@ extern crate libflate;
extern crate mime_guess;
extern crate native_tls;
extern crate serde;
#[cfg(test)]
#[macro_use]
extern crate serde_derive;
extern crate serde_json;
extern crate serde_urlencoded;
extern crate tokio_core;