Skip to main content

Module host

Module host 

Source
Expand description

Host context trait for function runtime access to FraiseQL services.

Structs§

HttpResponse
Response from an HTTP request.
NoopHostContext
A no-op host context for testing WASM execution without real backends.

Traits§

HostContext
Trait for providing host services to functions (queries, storage, HTTP, etc.).
SendHostContext
Trait for providing host services to functions (queries, storage, HTTP, etc.).