MCPcopy Create free account
hub / github.com/AzureAD/microsoft-authentication-library-for-python / get

Method get

msal/oauth2cli/http.py:28–38  ·  view source on GitHub ↗

HTTP get. :param dict params: A dict to be url-encoded and sent as query-string. :param dict headers: A dict representing headers to be sent via request. It returns an :class:`~Response`-like object. Note: In its async counterpart, this method would be defined as a

(self, url, params=None, headers=None, **kwargs)

Source from the content-addressed store, hash-verified

26 return Response()
27
28 def get(self, url, params=None, headers=None, **kwargs):
29 """HTTP get.
30
31 :param dict params: A dict to be url-encoded and sent as query-string.
32 :param dict headers: A dict representing headers to be sent via request.
33
34 It returns an :class:`~Response`-like object.
35
36 Note: In its async counterpart, this method would be defined as async.
37 """
38 return Response()
39
40
41class Response(object):

Callers 15

acquire_and_use_tokenFunction · 0.45
acquire_and_use_tokenFunction · 0.45
acquire_and_use_tokenFunction · 0.45
acquire_and_use_tokenFunction · 0.45
acquire_and_use_tokenFunction · 0.45
acquire_and_use_tokenFunction · 0.45
_clean_upFunction · 0.45
_preferred_browserFunction · 0.45
__init__Method · 0.45
_build_clientMethod · 0.45

Calls 1

ResponseClass · 0.85

Tested by

no test coverage detected