Bug 1807268 - Re-enable verifyShowClipboardSuggestionsToggleTest UI test r=jajohnson
[gecko.git] / netwerk / docs / index.md
blob67f002b9156d4b69a9ce2c4072ef179a2d915ae8
1 # Networking
3 The Necko (aka Networking) component is Gecko's implementation of the web's networking protocols.
4 Most of the component's source lives in `netwerk` directory and this document's source can be found in `netwerk/docs`.
5 This page points to helpful resources for developers interested in contributing to Necko.
7 Necko's [wiki page](https://wiki.mozilla.org/Networking) is dedicated to help users of firefox and bug authors. Readers can find various information related to bug filing, configuration of various networking features in the wiki page.
11 The team can be reached:
12 * on Matrix: [#necko:mozilla.org](https://chat.mozilla.org/#/room/#necko:mozilla.org)
13 * by email: necko@mozilla.com
14 * or by submitting a `Core::Networking` bug on [bugzilla.mozilla.org](https://bugzilla.mozilla.org/enter_bug.cgi?product=Core&component=Networking)
16 ## How-to's
17 ```{toctree}
18 :maxdepth: 1
19 http/logging
20 submitting_networking_bugs.md
21 captive_portals.md
22 connectivity_checking.md
23 ```
25 ## Tutorials
26 ```{toctree}
27 :maxdepth: 1
28 network_test_guidelines.md
29 http_server_for_testing
30 mochitest_with_http3.md
31 ```
33 ## Deep Dives
34 ### Necko Design
35 ```{toctree}
36 :maxdepth: 1
37 sec-necko-components.md
38 cache2/doc
39 http/http3.md
40 Necko Bird’s-eye View  <https://docs.google.com/presentation/d/1BRCK4WMYg-dUy07PB5H4jFVTpc4YnkQX8f5Y3KXqCs8>
41 Gecko HTTP Walkthrough <https://docs.google.com/presentation/d/1iuYNLJfz24MN9SS5ljjhG07452-kZKtXmOeGjcc1-lU/>
42 ```
44 ### Necko Features
45 ```{toctree}
46 :maxdepth: 1
47 http/lifecycle
48 dns/dns-over-https-trr
49 url_parsers.md
50 webtransport/webtransport
51 captive_portals.md
52 early_hints.md
53 ```
55 ## References
56 ```{toctree}
57 :maxdepth: 1
58 new_to_necko_resources
59 neqo_triage_guideline.md
60 necko_lingo.md
61 ```