servers
0.14.0
In servers::
http::
authorize
servers
::
http
::
authorize
Function
extract_username_and_password
Copy item path
Source
pub fn extract_username_and_password<B>( request: &Request<B>, ) ->
Result
<(
String
,
SecretString
)>