structure which represents authority information in a URI
More...
#include <evhtp.h>
structure which represents authority information in a URI
Definition at line 402 of file evhtp.h.
§ hostname
char* evhtp_authority_t::hostname |
hostname if present in URI
Definition at line 405 of file evhtp.h.
§ password
char* evhtp_authority_t::password |
the password in URI (scheme://...:PASS.
Definition at line 404 of file evhtp.h.
§ port
uint16_t evhtp_authority_t::port |
port if present in URI
Definition at line 406 of file evhtp.h.
§ username
char* evhtp_authority_t::username |
the username in URI (scheme://USER:.
Definition at line 403 of file evhtp.h.
The documentation for this struct was generated from the following file: