Module host_io

Source
Expand description

§Host IO modules.

This module contains IO modules, providing IO operations to the guest handled by the host runtime. The interfaces are blocking from the guest’s perspective, but the host runtime executes the IO asynchronously without blocking the host thread when guest is waiting for IO.

Modules§

access_log
Provides a simple access log for the gateway.
http
A HTTP client module for executing HTTP requests in the host runtime. The functions are blocking from the guest, but are run asynchronously in the host. While the request is being executed, the host thread can continue to run other code.