MCPcopy Create free account
hub / github.com/reactive-python/reactpy / Options

Class Options

src/py/reactpy/reactpy/backend/flask.py:50–57  ·  view source on GitHub ↗

Render server config for :func:`reactpy.backend.flask.configure`

Source from the content-addressed store, hash-verified

48# BackendType.Options
49@dataclass
50class Options(CommonOptions):
51 """Render server config for :func:`reactpy.backend.flask.configure`"""
52
53 cors: bool | dict[str, Any] = False
54 """Enable or configure Cross Origin Resource Sharing (CORS)
55
56 For more information see docs for ``flask_cors.CORS``
57 """
58
59
60# BackendType.configure

Callers 2

configureFunction · 0.70
configureFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected