/[hydra]/hydra/src/boa.h
ViewVC logotype

Diff of /hydra/src/boa.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by nmav, Sun Sep 22 09:07:57 2002 UTC revision 1.3 by nmav, Mon Sep 23 12:48:59 2002 UTC
# Line 116  void print_last_modified(request * req); Line 116  void print_last_modified(request * req);
116  void print_http_headers(request * req);  void print_http_headers(request * req);
117    
118  void send_r_request_ok(request * req); /* 200 */  void send_r_request_ok(request * req); /* 200 */
119    void send_r_request_partial(request * req); /* 206 */
120  void send_r_moved_perm(request * req, char *url); /* 301 */  void send_r_moved_perm(request * req, char *url); /* 301 */
121  void send_r_moved_temp(request * req, char *url, char *more_hdr); /* 302 */  void send_r_moved_temp(request * req, char *url, char *more_hdr); /* 302 */
122  void send_r_not_modified(request * req); /* 304 */  void send_r_not_modified(request * req); /* 304 */
# Line 123  void send_r_bad_request(request * req); Line 124  void send_r_bad_request(request * req);
124  void send_r_unauthorized(request * req, char *name); /* 401 */  void send_r_unauthorized(request * req, char *name); /* 401 */
125  void send_r_forbidden(request * req); /* 403 */  void send_r_forbidden(request * req); /* 403 */
126  void send_r_not_found(request * req); /* 404 */  void send_r_not_found(request * req); /* 404 */
127    void send_r_range_unsatisfiable(request * req); /* 416 */
128  void send_r_error(request * req); /* 500 */  void send_r_error(request * req); /* 500 */
129  void send_r_not_implemented(request * req); /* 501 */  void send_r_not_implemented(request * req); /* 501 */
130  void send_r_bad_gateway(request * req); /* 502 */  void send_r_bad_gateway(request * req); /* 502 */
# Line 155  void smp_reinit(); Line 157  void smp_reinit();
157  void clean_pathname(char *pathname);  void clean_pathname(char *pathname);
158  void get_commonlog_time(char buf[30]);  void get_commonlog_time(char buf[30]);
159  void rfc822_time_buf(char *buf, time_t s);  void rfc822_time_buf(char *buf, time_t s);
160  void simple_itoa(unsigned int i, char buf[22]);  void simple_itoa(unsigned long int i, char buf[22]);
161  int boa_atoi(char *s);  int boa_atoi(const char *s);
162  char *escape_string(char *inp, char *buf);  char *escape_string(char *inp, char *buf);
163  int month2int(char *month);  int month2int(char *month);
164  int modified_since(time_t * mtime, char *if_modified_since);  int modified_since(time_t * mtime, char *if_modified_since);

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26