@@ -6,61 +6,61 @@ WebSocket events
66
77.. automodule :: websockets.frames
88
9- .. autoclass :: Frame
10-
11- .. autoclass :: Opcode
12-
13- .. autoattribute :: CONT
14- .. autoattribute :: TEXT
15- .. autoattribute :: BINARY
16- .. autoattribute :: CLOSE
17- .. autoattribute :: PING
18- .. autoattribute :: PONG
19-
20- .. autoclass :: Close
21-
22- .. autoclass :: CloseCode
23-
24- .. autoattribute :: NORMAL_CLOSURE
25- .. autoattribute :: GOING_AWAY
26- .. autoattribute :: PROTOCOL_ERROR
27- .. autoattribute :: UNSUPPORTED_DATA
28- .. autoattribute :: NO_STATUS_RCVD
29- .. autoattribute :: ABNORMAL_CLOSURE
30- .. autoattribute :: INVALID_DATA
31- .. autoattribute :: POLICY_VIOLATION
32- .. autoattribute :: MESSAGE_TOO_BIG
33- .. autoattribute :: MANDATORY_EXTENSION
34- .. autoattribute :: INTERNAL_ERROR
35- .. autoattribute :: SERVICE_RESTART
36- .. autoattribute :: TRY_AGAIN_LATER
37- .. autoattribute :: BAD_GATEWAY
38- .. autoattribute :: TLS_HANDSHAKE
9+ .. autoclass :: Frame
10+
11+ .. autoclass :: Opcode
12+
13+ .. autoattribute :: CONT
14+ .. autoattribute :: TEXT
15+ .. autoattribute :: BINARY
16+ .. autoattribute :: CLOSE
17+ .. autoattribute :: PING
18+ .. autoattribute :: PONG
19+
20+ .. autoclass :: Close
21+
22+ .. autoclass :: CloseCode
23+
24+ .. autoattribute :: NORMAL_CLOSURE
25+ .. autoattribute :: GOING_AWAY
26+ .. autoattribute :: PROTOCOL_ERROR
27+ .. autoattribute :: UNSUPPORTED_DATA
28+ .. autoattribute :: NO_STATUS_RCVD
29+ .. autoattribute :: ABNORMAL_CLOSURE
30+ .. autoattribute :: INVALID_DATA
31+ .. autoattribute :: POLICY_VIOLATION
32+ .. autoattribute :: MESSAGE_TOO_BIG
33+ .. autoattribute :: MANDATORY_EXTENSION
34+ .. autoattribute :: INTERNAL_ERROR
35+ .. autoattribute :: SERVICE_RESTART
36+ .. autoattribute :: TRY_AGAIN_LATER
37+ .. autoattribute :: BAD_GATEWAY
38+ .. autoattribute :: TLS_HANDSHAKE
3939
4040HTTP events
4141-----------
4242
4343.. automodule :: websockets.http11
4444
45- .. autoclass :: Request
45+ .. autoclass :: Request
4646
47- .. autoclass :: Response
47+ .. autoclass :: Response
4848
4949.. automodule :: websockets.datastructures
5050
51- .. autoclass :: Headers
51+ .. autoclass :: Headers
5252
53- .. automethod :: get_all
53+ .. automethod :: get_all
5454
55- .. automethod :: raw_items
55+ .. automethod :: raw_items
5656
57- .. autoexception :: MultipleValuesError
57+ .. autoexception :: MultipleValuesError
5858
5959URIs
6060----
6161
6262.. automodule :: websockets.uri
6363
64- .. autofunction :: parse_uri
64+ .. autofunction :: parse_uri
6565
66- .. autoclass :: WebSocketURI
66+ .. autoclass :: WebSocketURI
0 commit comments