401 authorization UI then restart request/save successful auth creds

This commit is contained in:
Daniel 2016-03-31 21:32:48 -04:00
parent db4481b450
commit b0e1f10ba5
7 changed files with 282 additions and 61 deletions

View file

@ -29,6 +29,7 @@ extern crate openssl;
extern crate rustc_serialize;
extern crate threadpool;
extern crate time;
extern crate tinyfiledialogs;
extern crate unicase;
extern crate url;
extern crate util;