MCPcopy Create free account
hub / github.com/bajrangCoder/setu / Base64Encoder

Class Base64Encoder

src/components/auth_editor.rs:144–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142 fn basic_auth_generates_expected_header() {
143 let config = AuthConfig {
144 auth_type: AuthType::Basic,
145 username: "raunak".to_string(),
146 password: "secret".to_string(),
147 ..Default::default()
148 };
149
150 assert_eq!(
151 config.to_header(),

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected