Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Callers
11
test_parse
Method · 0.95
test_parse_empty
Method · 0.95
test_parse_invalid_request_line
Method · 0.95
test_parse_unsupported_protocol
Method · 0.95
test_parse_unsupported_method
Method · 0.95
test_parse_invalid_header
Method · 0.95
test_parse_body
Method · 0.95
test_parse_body_content_length_zero
Method · 0.95
test_parse_body_with_transfer_encoding
Method · 0.95
parse
Method · 0.45
assertFrameSent
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected