Mercurial > urweb
comparison include/urweb.h @ 860:a738002d5b4d
Serving Hello via FastCGI
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Sat, 27 Jun 2009 14:44:00 -0400 |
parents | 86ec89baee01 |
children | 305bc0a431de |
comparison
equal
deleted
inserted
replaced
859:60240acd15b9 | 860:a738002d5b4d |
---|---|
41 void uw_end_region(uw_context); | 41 void uw_end_region(uw_context); |
42 void uw_memstats(uw_context); | 42 void uw_memstats(uw_context); |
43 | 43 |
44 int uw_send(uw_context, int sock); | 44 int uw_send(uw_context, int sock); |
45 int uw_print(uw_context, int fd); | 45 int uw_print(uw_context, int fd); |
46 int uw_output(uw_context ctx, int (*output)(void *data, char *buf, size_t len), void *data); | |
46 | 47 |
47 int uw_set_input(uw_context, const char *name, char *value); | 48 int uw_set_input(uw_context, const char *name, char *value); |
48 int uw_set_file_input(uw_context, char *name, uw_Basis_file); | 49 int uw_set_file_input(uw_context, char *name, uw_Basis_file); |
49 | 50 |
50 char *uw_get_input(uw_context, int name); | 51 char *uw_get_input(uw_context, int name); |