A modular collection of resources for a server. More...
#include <gcoap.h>
Data Fields | |
const coap_resource_t * | resources |
First element in the array of resources; must order alphabetically. | |
size_t | resources_len |
Length of array. | |
gcoap_link_encoder_t | link_encoder |
Writes a link for a resource. | |
struct gcoap_listener * | next |
Next listener in list. | |
gcoap_request_matcher_t | request_matcher |
Function that picks a suitable request handler from a request. More... | |
gcoap_request_matcher_t gcoap_listener::request_matcher |
Function that picks a suitable request handler from a request.