kopia lustrzana https://github.com/cirospaciari/socketify.py
fix api.md docs
rodzic
6ae34c3b77
commit
e901433da0
|
@ -3,6 +3,7 @@
|
||||||
|
|
||||||
class App:
|
class App:
|
||||||
def __init__(self, options=None):
|
def __init__(self, options=None):
|
||||||
|
def register(self, extension):
|
||||||
def template(self, template_engine):
|
def template(self, template_engine):
|
||||||
def json_serializer(self, json_serializer):
|
def json_serializer(self, json_serializer):
|
||||||
def static(self, route, directory):
|
def static(self, route, directory):
|
||||||
|
|
|
@ -41,8 +41,7 @@ app.listen(
|
||||||
)
|
)
|
||||||
app.run()
|
app.run()
|
||||||
|
|
||||||
# uws_websocket_upgrade_handler
|
|
||||||
# uws_generic_method_handler
|
|
||||||
# uws_websocket_drain_handler
|
# uws_websocket_drain_handler
|
||||||
# uws_websocket_subscription_handler
|
# uws_websocket_subscription_handler
|
||||||
# uws_websocket_open_handler
|
# uws_websocket_open_handler
|
||||||
|
@ -50,4 +49,3 @@ app.run()
|
||||||
# uws_websocket_pong_handler
|
# uws_websocket_pong_handler
|
||||||
# uws_websocket_ping_handler
|
# uws_websocket_ping_handler
|
||||||
# uws_websocket_close_handler
|
# uws_websocket_close_handler
|
||||||
# uws_websocket_subscription_handler
|
|
Ładowanie…
Reference in New Issue