Server 0.0.1
HTTP/REST server implementation

HttpHeader Struct Reference

#include <header.h>

Data Fields

unsigned long hash
char * name
char * value [N_VALUES]
size_t nname
 len of name without \0
size_t nvalue [N_VALUES]
 len of value without \0
size_t cvalue
 count of values up to N_VALUE
size_t size
 full size of this header

Detailed Description

Definition at line 34 of file header.h.


Field Documentation

count of values up to N_VALUE

Definition at line 56 of file header.h.

unsigned long HttpHeader::hash

Definition at line 51 of file header.h.

Definition at line 52 of file header.h.

len of name without \0

Definition at line 54 of file header.h.

size_t HttpHeader::nvalue[N_VALUES]

len of value without \0

Definition at line 55 of file header.h.

full size of this header

Definition at line 57 of file header.h.

char* HttpHeader::value[N_VALUES]

Definition at line 53 of file header.h.


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines