MCPcopy
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

appFunction · 0.95
multi_items_appFunction · 0.95
app_with_headersFunction · 0.95
app_read_bodyFunction · 0.95
app_monitor_threadFunction · 0.95
parseMethod · 0.45
decodeMethod · 0.45
websocket_wrapperFunction · 0.45
__call__Method · 0.45
websocket_exceptionMethod · 0.45
apply_compressionMethod · 0.45

Calls

no outgoing calls

Tested by 5

appFunction · 0.76
multi_items_appFunction · 0.76
app_with_headersFunction · 0.76
app_read_bodyFunction · 0.76
app_monitor_threadFunction · 0.76