feat(ssl): redesign SSL usage
BREAKING CHANGE: Server::https was changed to allow any implementation of Ssl. Server in general was also changed. HttpConnector no longer uses SSL; using HttpsConnector instead.
This commit is contained in:
@@ -131,6 +131,7 @@
|
||||
extern crate rustc_serialize as serialize;
|
||||
extern crate time;
|
||||
extern crate url;
|
||||
#[cfg(feature = "openssl")]
|
||||
extern crate openssl;
|
||||
extern crate cookie;
|
||||
extern crate unicase;
|
||||
|
||||
Reference in New Issue
Block a user