You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/settings.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ By default Uvicorn uses simple changes detection strategy that compares python f
44
44
## Implementation
45
45
46
46
*`--loop <str>` - Set the event loop implementation. The uvloop implementation provides greater performance, but is not compatible with Windows or PyPy. **Options:***'auto', 'asyncio', 'uvloop'.***Default:***'auto'*.
47
-
*`--http <str>` - Set the HTTP protocol implementation. The httptools implementation provides greater performance, but it not compatible with PyPy, and requires compilation on Windows. **Options:***'auto', 'h11', 'httptools'.***Default:***'auto'*.
47
+
*`--http <str>` - Set the HTTP protocol implementation. The httptools implementation provides greater performance, but it not compatible with PyPy. **Options:***'auto', 'h11', 'httptools'.***Default:***'auto'*.
48
48
*`--ws <str>` - Set the WebSockets protocol implementation. Either of the `websockets` and `wsproto` packages are supported. Use `'none'` to deny all websocket requests. **Options:***'auto', 'none', 'websockets', 'wsproto'.***Default:***'auto'*.
49
49
*`--ws-max-size <int>` - Set the WebSockets max message size, in bytes. Please note that this can be used only with the default `websockets` protocol.
50
50
*`--ws-ping-interval <float>` - Set the WebSockets ping interval, in seconds. Please note that this can be used only with the default `websockets` protocol.
0 commit comments