BasicAuth

Type Alias BasicAuth 

Source
pub type BasicAuth = (String, Option<String>);
Expand description

Basic http auth.

This is of the form (username, password).