Module coap_handler::implementations [−][src]
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
| ForkingHandler | Deprecated |
| NeverFound | Deprecated A resource that unconditionally responds 4.04 Not Found. |
| SimpleCBORWrapper | Deprecated Wrapper for resource handlers that are implemented in terms of GETting, POSTing or PUTting objects in CBOR format. |
| SimpleRenderableData | Deprecated Information a SimpleRenderable needs to carry from request to response. |
| SimpleRendered | Deprecated |
| TypedStaticResponse | Deprecated |
Enums
| ForkingRequestData | Deprecated Tagged-union container for ForkingHandler |
| SimpleCBORRequestData | Deprecated |
Traits
| HandlerBuilder | Deprecated Trait implemented by default on all handlers that lets the user stack them using a builder-like syntax. |
| SimpleCBORHandler | Deprecated A simple Handler trait that supports GET, POST and/or PUT on a data structure that supports serde. |
| SimpleRenderable | Deprecated A simplified Handler trait that can react to GET requests and will render to a fmt::Write object with blockwise backing. |
Functions
| new_dispatcher | Deprecated Start building a tree of sub-resources |