MCPcopy 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
109class ServerRsv2ExtensionFactory:
110 name = "x-rsv2"
111
112 def process_request_params(self, params, accepted_extensions):
113 return [], Rsv2Extension()

Calls

no outgoing calls

Used in the wild real call sites across dependent graphs

searching dependent graphs…