Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python-websockets/websockets
/ ServerRsv2ExtensionFactory
Class
ServerRsv2ExtensionFactory
tests/extensions/utils.py:109–113 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
107
108
109
class
ServerRsv2ExtensionFactory:
110
name =
"x-rsv2"
111
112
def
process_request_params(self, params, accepted_extensions):
113
return
[], Rsv2Extension()
Callers
3
test_extension_not_supported
Method · 0.85
test_multiple_extensions
Method · 0.85
test_multiple_extensions_order
Method · 0.85
Calls
no outgoing calls
Tested by
3
test_extension_not_supported
Method · 0.68
test_multiple_extensions
Method · 0.68
test_multiple_extensions_order
Method · 0.68
Used in the wild
real call sites across dependent graphs
searching dependent graphs…