MCPcopy
hub / github.com/mxrch/GHunt / EndpointConfig

Class EndpointConfig

ghunt/objects/apis.py:17–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15# APIs objects
16
17class EndpointConfig(SmartObj):
18 def __init__(self, headers: Dict[str, str], cookies: str):
19 self.headers = headers
20 self.cookies = cookies
21
22class GAPI(SmartObj):
23 def __init__(self):

Callers 1

_load_endpointMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected