LMMS
Loading...
Searching...
No Matches
SerdURI Struct Reference

#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.

Detailed Description

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.

Member Data Documentation

◆ authority

SerdChunk SerdURI::authority

Authority.

Authority

◆ fragment

SerdChunk SerdURI::fragment

Fragment.

Fragment

◆ path

SerdChunk SerdURI::path

Path suffix.

Path suffix

◆ path_base

SerdChunk SerdURI::path_base

Path prefix if relative.

Path prefix if relative

◆ query

SerdChunk SerdURI::query

Query.

Query

◆ scheme

SerdChunk SerdURI::scheme

Scheme.

Scheme


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