MCPcopy Index your code
hub / github.com/googleapis/google-api-python-client / request

Method request

googleapiclient/http.py:1746–1759  ·  view source on GitHub ↗
(
        self,
        uri,
        method="GET",
        body=None,
        headers=None,
        redirections=1,
        connection_type=None,
    )

Source from the content-addressed store, hash-verified

1744 self.headers = None
1745
1746 def request(
1747 self,
1748 uri,
1749 method="GET",
1750 body=None,
1751 headers=None,
1752 redirections=1,
1753 connection_type=None,
1754 ):
1755 self.uri = uri
1756 self.method = method
1757 self.body = body
1758 self.headers = headers
1759 return httplib2.Response(self.response_headers), self.data
1760
1761 def close(self):
1762 return None

Callers 4

_retry_requestFunction · 0.45
next_chunkMethod · 0.45
_executeMethod · 0.45

Calls

no outgoing calls

Tested by 1