👎Deprecated
Expand description

The implementations that used to reside here have been moved to coap-handler-implementations; its original version is still available here, but users are encouraged to use the later standalone versions.

Structs

ForkingHandlerDeprecated
NeverFoundDeprecated
A resource that unconditionally responds 4.04 Not Found.
Wrapper for resource handlers that are implemented in terms of GETting, POSTing or PUTting objects in CBOR format.
Information a SimpleRenderable needs to carry from request to response.
SimpleRenderedDeprecated

Enums

Tagged-union container for ForkingHandler

Traits

HandlerBuilderDeprecated
Trait implemented by default on all handlers that lets the user stack them using a builder-like syntax.
A simple Handler trait that supports GET, POST and/or PUT on a data structure that supports serde.
A simplified Handler trait that can react to GET requests and will render to a fmt::Write object with blockwise backing.

Functions

new_dispatcherDeprecated
Start building a tree of sub-resources