MCPcopy
hub / github.com/httpie/cli / get_auth

Method get_auth

tests/test_sessions.py:283–284  ·  view source on GitHub ↗
(self, username=None, password=None)

Source from the content-addressed store, hash-verified

281 auth_parse = auth_parse_param
282
283 def get_auth(self, username=None, password=None):
284 return basic_auth(header=f'{header}==')
285
286 plugin_manager.register(Plugin)
287

Callers

nothing calls this directly

Calls 2

basic_authFunction · 0.85
decodeMethod · 0.80

Tested by

no test coverage detected