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
9696when accessing it via the hostname.
9797
9898In 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 **.
100100
101101.. literalinclude :: ../examples/httpserver_mdns.py
102102 :caption: examples/httpserver_mdns.py
@@ -190,7 +190,7 @@ Cookies
190190---------------------
191191
192192You 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.
194194
195195To access cookies, use ``request.cookies `` dictionary.
196196In 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