Skip to main content

Crate specmock_runtime

Crate specmock_runtime 

Source
Expand description

Runtime servers for HTTP(OpenAPI), WS(AsyncAPI), and gRPC(Protobuf).

Modules§

grpc
gRPC runtime bridge for protobuf descriptors.
http
HTTP and WebSocket server runtime.
ws
WebSocket runtime bridge for AsyncAPI.

Structs§

RunningServer
Runtime handle.
ServerConfig
Runtime configuration.

Enums§

RuntimeError
Runtime error.

Functions§

start
Start protocol runtimes.