👎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

Enums

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