Code
Hub
Workspaces
Connect your AI tool
Indexed graphs
Engine
MCP
copy
hub
/
github.com/encode/starlette
/ close
Method
close
starlette/requests.py:324–326 · starlette/requests.py::Request.close
(self)
Source
from the content-addressed store, hash-verified
322
)
323
324
async
def
close(self) -> None:
325
if
self._form is not None:
class
="cm"># pragma: no branch
326
await self._form.close()
327
328
async
def
is_disconnected(self) -> bool:
329
if
not self._is_disconnected:
Callers
11
app
Function · 0.95
multi_items_app
Function · 0.95
app_with_headers
Function · 0.95
app_read_body
Function · 0.95
app_monitor_thread
Function · 0.95
parse
Method · 0.45
decode
Method · 0.45
websocket_wrapper
Function · 0.45
__call__
Method · 0.45
websocket_exception
Method · 0.45
apply_compression
Method · 0.45
Calls
no outgoing calls
Tested by
5
app
Function · 0.76
multi_items_app
Function · 0.76
app_with_headers
Function · 0.76
app_read_body
Function · 0.76
app_monitor_thread
Function · 0.76