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

Class ClientRsv2ExtensionFactory

tests/extensions/utils.py:99–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97
98
99class ClientRsv2ExtensionFactory:
100 name = "x-rsv2"
101
102 def get_request_params(self):
103 return []
104
105 def process_response_params(self, params, accepted_extensions):
106 return Rsv2Extension()
107
108
109class ServerRsv2ExtensionFactory:

Calls

no outgoing calls

Used in the wild real call sites across dependent graphs

searching dependent graphs…