Document WebSocket support#1065
Conversation
|
Docs preview: |
Merging this PR will not alter performance
Comparing Footnotes
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 406af3865f
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
There was a problem hiding this comment.
All reported issues were addressed across 4 files
Reply with feedback, questions, or to request a fix.
Re-trigger cubic
Documents the native WebSocket support added in #1042, following the same structure as the SSE docs (#1050):
docs/websockets.mdguide covering opening sessions, sending/receiving messages, subprotocols, keepalive pings, configuration, error handling, and testing ASGI applications withASGIWebSocketTransport.WebSocketsentry in the nav, afterServer-Sent Events.websocket()helper,websocketmember onClient/AsyncClient, andWebSocketSession/AsyncWebSocketSessionsections.wsprotolisted in the optional dependencies on the index page.Docs build passes with no new warnings.
AI Disclaimer
This PR was developed with the assistance of either Claude or Codex. I've reviewed and verified the changes.