Module Rest.Operation

Operations denote a single REST operation endpoint.

module type S = sig ... end

Minimal specification to define a new REST operation.

module type S_NO_ARG = sig ... end

A REST operation endpoint which takes no request parameters.