BasicAuthMiddleware
// Basic Authentication Middleware pub struct BasicAuthMiddleware { api_basic_auth: String, basic_realm: String, }
API 请求设置验证密码。