MCPcopy
hub / github.com/urllib3/urllib3 / EmscriptenResponse

Class EmscriptenResponse

src/urllib3/contrib/emscripten/response.py:23–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21
22@dataclass
23class EmscriptenResponse:
24 status_code: int
25 headers: dict[str, str]
26 body: IOBase | bytes
27 request: EmscriptenRequest
28
29
30class EmscriptenHttpResponseWrapper(BaseHTTPResponse):

Callers 4

send_requestFunction · 0.90
sendMethod · 0.85
send_requestFunction · 0.85
send_jspi_requestFunction · 0.85

Calls

no outgoing calls

Tested by 1

send_requestFunction · 0.72