Module monto::service [] [src]

Functions and types useful for implementing the Service Protocol, as defined in Section 5 of the specification.

This ought to be rewritten to use a trait for ServiceFn.

Modules

config

The configuration for the Service.

helpers

Functions useful when defining a service.

messages

The Messages specific to the Service Protocol, as described in Section 5.4 of the specification.

Structs

ServeFuture

A Future for a Service serving to Brokers.

Service

A Service and the associated HTTP server.

Traits

ServiceProvider

A function for a service.