Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/httpie/cli
/ get_auth_plugins
Method
get_auth_plugins
httpie/plugins/manager.py:83–84 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
81
82
# Auth
83
def
get_auth_plugins(self) -> List[Type[AuthPlugin]]:
84
return
self.filter(AuthPlugin)
85
86
def
get_auth_plugin_mapping(self) -> Dict[str, Type[AuthPlugin]]:
87
return
{
Callers
3
get_auth_plugin_mapping
Method · 0.95
__str__
Method · 0.95
_process_auth
Method · 0.80
Calls
1
filter
Method · 0.95
Tested by
no test coverage detected