fastapi-cli
fastapi-cli copied to clipboard
Add WebSocket Configuration Options
This pull request introduces WebSocket configuration options, based on Uvicorn settings. The following options have been added:
--ws
--ws_max_size
--ws_max_queue
--ws_ping_interval
--ws_ping_timeout
--ws_per_message_deflate
This pull request has a merge conflict that needs to be resolved.