MCPcopy Index your code
hub / github.com/python-websockets/websockets / parse

Method parse

tests/test_http11.py:138–144  ·  view source on GitHub ↗
(self, **kwargs)

Source from the content-addressed store, hash-verified

136 self.reader = StreamReader()
137
138 def parse(self, **kwargs):
139 return Response.parse(
140 self.reader.read_line,
141 self.reader.read_exact,
142 self.reader.read_to_eof,
143 **kwargs,
144 )
145
146 def test_parse(self):
147 # Example from the protocol overview in RFC 6455

Calls 1

parseMethod · 0.45

Tested by

no test coverage detected