src/server/daemon/httprequest.h

changeset 142
55298bc9ed28
parent 102
136a76e293b5
child 159
9ba9f8befa80
equal deleted inserted replaced
141:ff311b63c3af 142:55298bc9ed28
124 NSAPIRequest *rq, 124 NSAPIRequest *rq,
125 char *name, 125 char *name,
126 char *path); 126 char *path);
127 127
128 int method_match(char *cmp, char *method); 128 int method_match(char *cmp, char *method);
129 int contenttype_match(sstr_t cmp, sstr_t ctype);
129 130
130 /* request.h functions */ 131 /* request.h functions */
131 int request_initialize( 132 int request_initialize(
132 pool_handle_t *pool, 133 pool_handle_t *pool,
133 HTTPRequest *hrq, 134 HTTPRequest *hrq,

mercurial