summaryrefslogtreecommitdiffstats
path: root/netwerk/docs/index.md
blob: 67f002b9156d4b69a9ce2c4072ef179a2d915ae8 (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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
# Networking

The Necko (aka Networking) component is Gecko's implementation of the web's networking protocols.
Most of the component's source lives in `netwerk` directory and this document's source can be found in `netwerk/docs`.
This page points to helpful resources for developers interested in contributing to Necko.

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.



The team can be reached:
* on Matrix: [#necko:mozilla.org](https://chat.mozilla.org/#/room/#necko:mozilla.org)
* by email: necko@mozilla.com
* or by submitting a `Core::Networking` bug on [bugzilla.mozilla.org](https://bugzilla.mozilla.org/enter_bug.cgi?product=Core&component=Networking)

## How-to's
```{toctree}
:maxdepth: 1
http/logging
submitting_networking_bugs.md
captive_portals.md
connectivity_checking.md
```

## Tutorials
```{toctree}
:maxdepth: 1
network_test_guidelines.md
http_server_for_testing
mochitest_with_http3.md
```

## Deep Dives
### Necko Design
```{toctree}
:maxdepth: 1
sec-necko-components.md
cache2/doc
http/http3.md
Necko Bird’s-eye View  <https://docs.google.com/presentation/d/1BRCK4WMYg-dUy07PB5H4jFVTpc4YnkQX8f5Y3KXqCs8>
Gecko HTTP Walkthrough <https://docs.google.com/presentation/d/1iuYNLJfz24MN9SS5ljjhG07452-kZKtXmOeGjcc1-lU/>
```

### Necko Features
```{toctree}
:maxdepth: 1
http/lifecycle
dns/dns-over-https-trr
url_parsers.md
webtransport/webtransport
captive_portals.md
early_hints.md
```

## References
```{toctree}
:maxdepth: 1
new_to_necko_resources
neqo_triage_guideline.md
necko_lingo.md
```