Libevhtp  1.2.13
evhtp_authority_t Struct Reference

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

Detailed Description

structure which represents authority information in a URI

Definition at line 375 of file evhtp/evhtp.h.

Field Documentation

◆ hostname

char* evhtp_authority_t::hostname

hostname if present in URI

Definition at line 378 of file evhtp/evhtp.h.

◆ password

char* evhtp_authority_t::password

the password in URI (scheme://...:PASS.

Definition at line 377 of file evhtp/evhtp.h.

◆ port

uint16_t evhtp_authority_t::port

port if present in URI

Definition at line 379 of file evhtp/evhtp.h.

◆ username

char* evhtp_authority_t::username

the username in URI (scheme://USER:.

Definition at line 376 of file evhtp/evhtp.h.


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