src/server/daemon/httprequest.h

changeset 20
7b235fa88008
parent 15
cff9c4101dd7
child 22
adb0bda54e6b
equal deleted inserted replaced
19:d680536f8c2f 20:7b235fa88008
90 NSAPISession *sn, 90 NSAPISession *sn,
91 NSAPIRequest *rq, 91 NSAPIRequest *rq,
92 char *name, 92 char *name,
93 char *path); 93 char *path);
94 94
95 int method_match(char *cmp, char *method);
96
95 /* request.h functions */ 97 /* request.h functions */
96 int request_initialize( 98 int request_initialize(
97 pool_handle_t *pool, 99 pool_handle_t *pool,
98 HTTPRequest *hrq, 100 HTTPRequest *hrq,
99 NSAPIRequest *nrq); 101 NSAPIRequest *nrq);

mercurial