File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ to an IP address. It is worth noting that it takes a bit longer to get the respo
96
96
when accessing it via the hostname.
97
97
98
98
In this example, the server is accessible via the IP and ``http://custom-mdns-hostname.local/ ``.
99
- On some routes it is also possible to use ``http://custom-mdns-hostname/ ``, but **this is not guaranteed to work **.
99
+ On some routers it is also possible to use ``http://custom-mdns-hostname/ ``, but **this is not guaranteed to work **.
100
100
101
101
.. literalinclude :: ../examples/httpserver_mdns.py
102
102
:caption: examples/httpserver_mdns.py
@@ -190,7 +190,7 @@ Cookies
190
190
---------------------
191
191
192
192
You can use cookies to store data on the client side, that will be sent back to the server with every request.
193
- They are often used to store authentication tokens, session IDs, but also to user preferences e.g. theme.
193
+ They are often used to store authentication tokens, session IDs, but also user preferences e.g. theme.
194
194
195
195
To access cookies, use ``request.cookies `` dictionary.
196
196
In order to set cookies, pass ``cookies `` dictionary to ``Response `` constructor or manually add ``Set-Cookie `` header.
You can’t perform that action at this time.
0 commit comments