MCPcopy Create free account
hub / github.com/pallets/quart / delete_cookie

Method delete_cookie

src/quart/typing.py:288–290  ·  view source on GitHub ↗
(
        self, server_name: str, key: str, path: str = "/", domain: str | None = None
    )

Source from the content-addressed store, hash-verified

286 ) -> None: ...
287
288 def delete_cookie(
289 self, server_name: str, key: str, path: str = "/", domain: str | None = None
290 ) -> None: ...
291
292 def session_transaction(
293 self,

Callers 1

save_sessionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected