Skip to main content

Module interfaces

Module interfaces 

Source

Modules§

http_capability
Capability flags an HttpHandler may report.

Structs§

HostCascFileSystem
A CascFileSystem handed to the library.
HostFileSystem
A FileSystem handed to the library.
HostHttpHandler
An HttpHandler handed to the library.
HostWorkerPool
A WorkerPool handed to the library.
HttpOutcome
The result of driving a handler through the C++ interface.
HttpResponder
The one-shot reply channel handed to an HttpHandler.
WorkerTask
A unit of work submitted by the library.

Traits§

CascFileSystem
A file system the library resolves by numeric data ID.
FileSystem
A file system the library resolves by path.
HttpHandler
An HTTP client the library uses to fetch CDN data.
WorkerPool
A thread pool the library submits work to.