coap-server 0.1.1

Robust async CoAP server
Documentation
1
2
3
4
5
use coap_lite::CoapResponse;

/// Response type that for now is just aliasing to the lower level `coap_lite` version.  Future
/// versions are likely to see this API encapsulated more carefully.
pub type Response = CoapResponse;