add native-tls and serde json support

This commit is contained in:
Sean McArthur
2016-10-22 21:48:29 -07:00
parent bfd95e3194
commit 1259128d92
10 changed files with 289 additions and 20 deletions

7
src/redirect.rs Normal file
View File

@@ -0,0 +1,7 @@
pub struct RedirectPolicy {
inner: ()
}
impl RedirectPolicy {
}