Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
23
class
EmscriptenResponse:
24
status_code: int
25
headers: dict[str, str]
26
body: IOBase | bytes
27
request: EmscriptenRequest
28
29
30
class
EmscriptenHttpResponseWrapper(BaseHTTPResponse):
Callers
4
send_request
Function · 0.90
send
Method · 0.85
send_request
Function · 0.85
send_jspi_request
Function · 0.85
Calls
no outgoing calls
Tested by
1
send_request
Function · 0.72