http_io – HTTP I/O Provider
Last updated March 2020
The http_io
module provides facilities for reading content located in an URI with the schema http
and https
. Momentum uses an I/O abstraction layer for reading Sieve++ scripts (and their includes). With this module, you specify remote web-accessible locations for script files that will be fetched on the fly.
Note
This module is designed so that Sieve scripts can include web-accessible files on the fly. It cannot be used to include start-up configuration files.
**Configuration Change. ** In version 3.0, this module is loaded automatically as required and does not need to be explicitly included.
Was this page helpful?