blob: c89646d00e64b8eac03e5fe9f877c03112ae6d79 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
Networking
==========
These linked pages contain design documents for the Networking stack implementation in Gecko. They live in-tree under the 'netwerk/docs' directory.
There is also documentation for the `HTTP server we use for unit tests`_.
.. toctree::
:maxdepth: 1
cache2/doc
http/lifecycle
http/logging
http/http3.md
dns/dns-over-https-trr
submitting_networking_bugs.md
new_to_necko_resources
network_test_guidelines.md
url_parsers.md
webtransport/webtransport
captive_portals.md
early_hints.md
neqo_triage_guideline.md
.. _HTTP server we use for unit tests: http_server_for_testing.html
|