MCPcopy Create free account
hub / github.com/KmBase/ScienceReading / send

Method send

embedded/site-packages/requests/adapters.py:613–719  ·  view source on GitHub ↗

Sends PreparedRequest object. Returns Response object. :param request: The :class:`PreparedRequest ` being sent. :param stream: (optional) Whether to stream the request content. :param timeout: (optional) How long to wait for the server to send d

(
        self, request, stream=False, timeout=None, verify=True, cert=None, proxies=None
    )

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 14

cert_verifyMethod · 0.95
request_urlMethod · 0.95
add_headersMethod · 0.95
build_responseMethod · 0.95
InvalidURLClass · 0.85
ConnectTimeoutClass · 0.85
RetryErrorClass · 0.85
ReadTimeoutClass · 0.85
ConnectionErrorClass · 0.70
ProxyErrorClass · 0.70
SSLErrorClass · 0.70

Tested by

no test coverage detected