|
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:. More... | |
| char * | password |
| the password in URI (scheme://...:PASS. More... | |
| char * | hostname |
| hostname if present in URI More... | |
| uint16_t | port |
| port if present in URI More... | |
structure which represents authority information in a URI
Definition at line 375 of file evhtp/evhtp.h.
| char* evhtp_authority_t::hostname |
hostname if present in URI
Definition at line 378 of file evhtp/evhtp.h.
| char* evhtp_authority_t::password |
the password in URI (scheme://...:PASS.
Definition at line 377 of file evhtp/evhtp.h.
| uint16_t evhtp_authority_t::port |
port if present in URI
Definition at line 379 of file evhtp/evhtp.h.
| char* evhtp_authority_t::username |
the username in URI (scheme://USER:.
Definition at line 376 of file evhtp/evhtp.h.