MCPcopy Create free account
hub / github.com/pywebio/PyWebIO / check_origin

Method check_origin

pywebio/platform/tornado.py:136–137  ·  view source on GitHub ↗
(self, origin)

Source from the content-addressed store, hash-verified

134 await super().get()
135
136 def check_origin(self, origin):
137 return check_origin_func(origin=origin, handler=self)
138
139 def get_compression_options(self):
140 # Non-None enables compression with default options.

Callers 1

_process_corsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected