Libevhtp  0.3.7
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
Data Fields
evhtp_authority_s Struct Reference

structure which represents authority information in a URI More...

#include <evhtp.h>

Data Fields

char * username
 
char * password
 
char * hostname
 
uint16_t port
 

Detailed Description

structure which represents authority information in a URI

Definition at line 382 of file evhtp.h.

Field Documentation

char* hostname

hostname if present in URI

Definition at line 385 of file evhtp.h.

char* password

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

Definition at line 384 of file evhtp.h.

uint16_t port

port if present in URI

Definition at line 386 of file evhtp.h.

char* username

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

Definition at line 383 of file evhtp.h.


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