pub type BasicAuth = (String, Option<String>);
Basic http auth.
This is of the form (username, password).
(username, password)