libtools
Public Attributes | List of all members
http_header Struct Reference

HTTP header type. More...

#include <tools/http.h>

Public Attributes

char * name
 name of header More...
 
http_header_type_t type
 type of header More...
 
union {
   char *   s
 value is a string More...
 
   int   i
 value is a integer More...
 
val
 header value More...
 

Detailed Description

HTTP header type.

Member Data Documentation

int http_header::i

value is a integer

char* http_header::name

name of header

char* http_header::s

value is a string

http_header_type_t http_header::type

type of header

union { ... } http_header::val

header value


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