coap_server/app/
response.rs

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