| 91 threadpool_t *thrpool, |
91 threadpool_t *thrpool, |
| 92 EventHandler *ev, |
92 EventHandler *ev, |
| 93 pool_handle_t *pool); |
93 pool_handle_t *pool); |
| 94 |
94 |
| 95 |
95 |
| 96 void header_add(HeaderArray *hd, cxmutstr name, cxmutstr value); |
96 HeaderArray* header_array_create(void); |
| |
97 void header_array_add(HeaderArray *hd, cxmutstr name, cxmutstr value); |
| 97 void header_array_free(HeaderArray *hd); |
98 void header_array_free(HeaderArray *hd); |
| 98 |
99 |
| 99 int nsapi_handle_request(NSAPISession *sn, NSAPIRequest *rq); |
100 int nsapi_handle_request(NSAPISession *sn, NSAPIRequest *rq); |
| 100 int nsapi_finish_request(NSAPISession *sn, NSAPIRequest *rq); |
101 int nsapi_finish_request(NSAPISession *sn, NSAPIRequest *rq); |
| 101 |
102 |