|
LMMS
|
#include <serd.h>
Public Attributes | |
| SerdChunk | scheme |
| Scheme. | |
| SerdChunk | authority |
| Authority. | |
| SerdChunk | path_base |
| Path prefix if relative. | |
| SerdChunk | path |
| Path suffix. | |
| SerdChunk | query |
| Query. | |
| SerdChunk | fragment |
| Fragment. | |
A parsed URI
This struct directly refers to chunks in other strings, it does not own any memory itself. Thus, URIs can be parsed and/or resolved against a base URI in-place without allocating memory.
A parsed URI.
This struct directly refers to chunks in other strings, it does not own any memory itself. Thus, URIs can be parsed and/or resolved against a base URI in-place without allocating memory.
| SerdChunk SerdURI::authority |
Authority.
Authority
| SerdChunk SerdURI::fragment |
Fragment.
Fragment
| SerdChunk SerdURI::path |
Path suffix.
Path suffix
| SerdChunk SerdURI::path_base |
Path prefix if relative.
Path prefix if relative
| SerdChunk SerdURI::query |
Query.
Query
| SerdChunk SerdURI::scheme |
Scheme.
Scheme