MCPcopy Create free account
hub / github.com/python-websockets/websockets / parse

Method parse

tests/test_http11.py:15–16  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

13 self.reader = StreamReader()
14
15 def parse(self):
16 return Request.parse(self.reader.read_line)
17
18 def test_parse(self):
19 # Example from the protocol overview in RFC 6455

Calls

no outgoing calls

Tested by

no test coverage detected