1 #ifndef _http11_common_h
2 #define _http11_common_h
6 typedef void (*field_cb
)(void *data
, const char *field
, size_t flen
, const char *value
, size_t vlen
);
7 typedef void (*element_cb
)(void *data
, int type
, const char *at
, size_t length
);