File tree 2 files changed +15
-7
lines changed
2 files changed +15
-7
lines changed Original file line number Diff line number Diff line change @@ -313,8 +313,8 @@ To authenticate a websockets client with HTTP Basic Authentication
313
313
async with connect(f " wss:// { username} : { password} @.../ " ) as websocket:
314
314
...
315
315
316
- ( You must :func: `~urllib.parse.quote ` ``username `` and ``password `` if they
317
- contain unsafe characters.)
316
+ You must :func: `~urllib.parse.quote ` ``username `` and ``password `` if they
317
+ contain unsafe characters.
318
318
319
319
To authenticate a websockets client with HTTP Bearer Authentication
320
320
(:rfc: `6750 `), add a suitable ``Authorization `` header:
Original file line number Diff line number Diff line change 1
1
Topic guides
2
2
============
3
3
4
- Get a deeper understanding of how websockets is built and why.
4
+ These documents discuss how websockets is designed and how to make the best of
5
+ its features when building applications.
5
6
6
7
.. toctree ::
7
- :titlesonly:
8
+ :maxdepth: 2
8
9
9
10
authentication
10
11
broadcast
12
+ logging
13
+ proxies
14
+ routing
15
+
16
+ These guides describe how to optimize the configuration of websockets
17
+ applications for performance and reliability.
18
+
19
+ .. toctree ::
20
+ :maxdepth: 2
21
+
11
22
compression
12
23
keepalive
13
- logging
14
24
memory
15
25
security
16
26
performance
17
- proxies
18
- routing
You can’t perform that action at this time.
0 commit comments