pub unsafe extern "C" fn coap_request_ctx_get_path(
    ctx: *const coap_request_ctx_t
) -> *const c_char
Expand description

@brief Get resource path associated with a CoAP request

@param[in] ctx The request context

@return Resource path of the request