Module coap_handler::implementations[][src]

👎 Deprecated

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.

SimpleCBORWrapperDeprecated

Wrapper for resource handlers that are implemented in terms of GETting, POSTing or PUTting objects in CBOR format.

SimpleRenderableDataDeprecated

Information a SimpleRenderable needs to carry from request to response.

SimpleRenderedDeprecated
TypedStaticResponseDeprecated

Enums

ForkingRequestDataDeprecated

Tagged-union container for ForkingHandler

SimpleCBORRequestDataDeprecated

Traits

HandlerBuilderDeprecated

Trait implemented by default on all handlers that lets the user stack them using a builder-like syntax.

SimpleCBORHandlerDeprecated

A simple Handler trait that supports GET, POST and/or PUT on a data structure that supports serde.

SimpleRenderableDeprecated

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