|
Libevhtp 1.2.13
|
structure which represents authority information in a URI More...
#include <evhtp.h>
Data Fields | |
| char * | username |
| the username in URI (scheme://USER:. | |
| char * | password |
| the password in URI (scheme://...:PASS. | |
| char * | hostname |
| hostname if present in URI | |
| uint16_t | port |
| port if present in URI | |
structure which represents authority information in a URI
Definition at line 372 of file evhtp/evhtp.h.
| char* evhtp_authority_t::hostname |
hostname if present in URI
Definition at line 375 of file evhtp/evhtp.h.
| char* evhtp_authority_t::password |
the password in URI (scheme://...:PASS.
Definition at line 374 of file evhtp/evhtp.h.
| uint16_t evhtp_authority_t::port |
port if present in URI
Definition at line 376 of file evhtp/evhtp.h.
| char* evhtp_authority_t::username |
the username in URI (scheme://USER:.
Definition at line 373 of file evhtp/evhtp.h.