comparison include/types.h @ 1465:2f5fd248588d

getHeader and setHeader
author Adam Chlipala <adam@chlipala.net>
date Sun, 29 May 2011 14:29:26 -0400
parents 36f7d1debb37
children 438561303d02
comparison
equal deleted inserted replaced
1464:969b90b1f2f9 1465:2f5fd248588d
88 88
89 int (*input_num)(const char*); 89 int (*input_num)(const char*);
90 uw_Basis_string (*cookie_sig)(uw_context); 90 uw_Basis_string (*cookie_sig)(uw_context);
91 int (*check_url)(const char *); 91 int (*check_url)(const char *);
92 int (*check_mime)(const char *); 92 int (*check_mime)(const char *);
93 int (*check_requestHeader)(const char *);
94 int (*check_responseHeader)(const char *);
93 95
94 void (*on_error)(uw_context, char *); 96 void (*on_error)(uw_context, char *);
95 97
96 uw_periodic *periodics; // 0-terminated array 98 uw_periodic *periodics; // 0-terminated array
97 } uw_app; 99 } uw_app;