MCPcopy
hub / github.com/tornadoweb/tornado / _process_server_headers

Method _process_server_headers

tornado/websocket.py:714–717  ·  view source on GitHub ↗
(
        self, key: Union[str, bytes], headers: httputil.HTTPHeaders
    )

Source from the content-addressed store, hash-verified

712 # boundary is currently pretty ad-hoc.
713 @abc.abstractmethod
714 def _process_server_headers(
715 self, key: Union[str, bytes], headers: httputil.HTTPHeaders
716 ) -> None:
717 raise NotImplementedError()
718
719 @abc.abstractmethod
720 def start_pinging(self) -> None:

Callers 1

headers_receivedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected