MCPcopy Index your code
hub / github.com/MagicStack/httptools / on_message_begin

Method on_message_begin

httptools/parser/protocol.py:7–7  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

5 """Used for providing static type-checking when parsing through the http protocol"""
6
7 def on_message_begin(self) -> None: ...
8 def on_url(self, url: bytes) -> None: ...
9 def on_header(self, name: bytes, value: bytes) -> None: ...
10 def on_headers_complete(self) -> None: ...

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected