Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

Revision 1071836 of Necko

  • Revision slug: Mozilla/Projects/Necko
  • Revision title: Necko
  • Revision id: 1071836
  • Created:
  • Creator: jsx
  • Is current revision? Yes
  • Comment Revert to revision of 2016-02-21 05:29:27 by fscholz: "Spam edit on page title"
Tags: 

Revision Content

Necko is a network library that provides a platform-independent API for several layers of networking, ranging from transport to presentation layers. This API is used in many Mozilla-based client applications (including Firefox) and can be used for writing other networking clients.

Currently the library is built as part of the Mozilla distribution. You can get the whole distribution as described in the Build Documentation. Eventually we'd like to move to a binary distribution mechanism for the networking library so that you can build your application that uses this library without having to build Mozilla.

Browse our code in its latest state at {{Source("netwerk/")}}

Documents

Community

  • View Mozilla forums... {{ DiscussionList("dev-tech-network", "mozilla.dev.tech.network") }}

Revision Source

<p><strong>Necko</strong> is a network library that provides a platform-independent API for several layers of networking, ranging from transport to presentation layers. This API is used in many Mozilla-based client applications (including Firefox) and can be used for writing other networking clients.</p>

<p>Currently the library is built as part of the Mozilla distribution. You can get the whole distribution as described in the<a href="/en-US/docs/Simple_Firefox_build"> Build Documentation</a>. Eventually we'd like to move to a binary distribution mechanism for the networking library so that you can build your application that uses this library without having to build Mozilla.</p>

<p>Browse our code in its latest state at {{Source("netwerk/")}}</p>

<h2 id="Documents">Documents</h2>

<ul>
 <li><a href="/en-US/docs/Mozilla/Projects/Necko/Necko_walkthrough">A necko code walkthrough</a></li>
 <li><a href="/en-US/docs/Mozilla/Projects/Necko/Architecture">Necko Architecture</a></li>
 <li><a href="/en-US/docs/Mozilla/Projects/Necko/Multithreading">Necko multithreading</a></li>
 <li><a href="/en-US/docs/Mozilla/Projects/Necko/FAQ">Necko FAQ</a></li>
 <li><a href="/en-US/docs/Mozilla/Projects/Necko/Interfaces_overview">Necko Interfaces overview</a></li>
 <li><a href="/en-US/docs/Mozilla/Projects/Necko/HTTP_module">The Necko HTTP module</a></li>
 <li><a href="/en-US/docs/Mozilla/Projects/Necko/Proxies_in_Necko">Proxies in Necko</a></li>
 <li><a href="/en-US/docs/Mozilla/Projects/Necko/Proxy_Auto-Configuration_(PAC)_file">PAC files</a></li>
</ul>

<h2 id="Community">Community</h2>

<ul>
 <li>View Mozilla forums... {{ DiscussionList("dev-tech-network", "mozilla.dev.tech.network") }}</li>
</ul>
Revert to this revision