EVE 1.0
http_content_type_t Struct Reference

#include <types.h>

Data Fields

const char * String
 
uint16_t Length
 
uint16_t Flags
 

Detailed Description

Entry of HttpContentTypeTable table.

Definition at line 48 of file types.h.

Field Documentation

const char* http_content_type_t::String

Pointer to the content-type string

Definition at line 50 of file types.h.

uint16_t http_content_type_t::Length

Length of the content-type string

Definition at line 51 of file types.h.

uint16_t http_content_type_t::Flags

http_content_type_flags_t

Definition at line 52 of file types.h.