Bug 1776056 - Switch to the tab an animation is running and make sure the animation...
[gecko.git] / netwerk / docs / index.rst
blobd3075aeac6a0339e681a3d03a45b1fbb2a25ea93
1 Networking
2 ==========
4 These linked pages contain design documents for the Networking stack implementation in Gecko. They live in-tree under the 'netwerk/docs' directory.
6 There is also documentation for the `HTTP server we use for unit tests`_.
8 .. toctree::
9    :maxdepth: 1
11    cache2/doc
12    http/lifecycle
13    http/logging
14    http/http3.md
15    dns/dns-over-https-trr
16    submitting_networking_bugs.md
17    new_to_necko_resources
18    network_test_guidelines.md
19    url_parsers.md
20    webtransport/webtransport
21    captive_portals.md
22    neqo_triage_guideline.md
24 .. _HTTP server we use for unit tests: http_server_for_testing.html