ae.sys.net implementation using ae.net Note: ae.net requires an SSL provider for HTTPS links.
ae.sys.net implementation for HTTP using Curl, with caching and cookie support
ae.sys.net implementation using std.net.curl Note: std.net.curl requires libcurl.
Automatically select the Network implementation that's most likely to work on the current system.
Tests all Network implementations.
ae.sys.net implementation using WinINet Note: Requires Windows.
Base interface for basic network operations.
UFCS-able global synonym functions.
The instance of the selected Network implementation.
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
Abstract interface for basic network operations. Import ae.sys.net.* to select an implementation.