Home
last modified time | relevance | path

Searched refs:_conn_request (Results 1 – 1 of 1) sorted by relevance

/external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/httplib2/
D__init__.py859 def _conn_request(self, conn, request_uri, method, body, headers): member in Http
901 (response, content) = self._conn_request(conn, request_uri, method, body, headers)
906 (response, content) = self._conn_request(conn, request_uri, method, body, headers )
912 (response, content) = self._conn_request(conn, request_uri, method, body, headers, )