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