Loading...
Searching...
No Matches
unicoap_pathspec_t Struct Reference

An immutable path object. More...

Detailed Description

An immutable path object.

This type specifies an immutable Uniform Resource Identifier (URI) path by leveraging an internal storage representation for the path. Currently, this types stores a list of path component strings that form the path. In future versions, this type may also gain support for, e.g., variable path components, such as in Node.js applications (/motors/:location/speed).

Warning
Never make assumptions about this type's layout. Always use dedicated accessors and methods.

Definition at line 53 of file server.h.

#include <server.h>


The documentation for this struct was generated from the following file: