add query string support to RequestBuilder

This commit is contained in:
Simon Bernier St-Pierre
2017-12-31 17:03:44 -05:00
committed by Sean McArthur
parent 911ddd9f1e
commit 8554a6335d
2 changed files with 109 additions and 2 deletions

View File

@@ -139,6 +139,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;