libcoap
4.3.0
|
Representation of parsed URI. More...
#include <uri.h>
Data Fields | |
coap_str_const_t | host |
host part of the URI More... | |
uint16_t | port |
The port in host byte order. More... | |
coap_str_const_t | path |
Beginning of the first path segment. More... | |
coap_str_const_t | query |
The query part if present. More... | |
enum coap_uri_scheme_t | scheme |
The parsed scheme specifier. More... | |
Representation of parsed URI.
Components may be filled from a string with coap_split_uri() or coap_split_proxy_uri() and can be used as input for option-creation functions.
coap_str_const_t coap_uri_t::host |
coap_str_const_t coap_uri_t::path |
Beginning of the first path segment.
Use coap_split_path() to create Uri-Path options
coap_str_const_t coap_uri_t::query |
enum coap_uri_scheme_t coap_uri_t::scheme |