Adaptive Framework
0.9.0
|
Typedef for parsed URI returned from afw_uri_parse(). More...
#include <afw_uri.h>
Data Fields | |
const afw_utf8_t * | original_uri |
const afw_utf8_t * | current_path |
const afw_object_path_parsed_t * | path_parsed |
afw_utf8_t | normalized_uri |
afw_utf8_t | scheme |
afw_utf8_t | original_hier_part |
afw_utf8_t | original_authority |
const afw_utf8_t * | authority |
afw_utf8_t | original_userinfo |
const afw_utf8_t * | userinfo |
afw_utf8_t | original_host |
const afw_utf8_t * | host |
afw_utf8_t | port |
afw_utf8_t | original_path |
afw_utf8_t | original_query |
afw_utf8_t | original_fragment |
Typedef for parsed URI returned from afw_uri_parse().