• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/lighttpd-1.4.39/src/
1#ifndef _REQUEST_H_
2#define _REQUEST_H_
3
4#include "server.h"
5
6int http_request_parse(server *srv, connection *con);
7int http_request_header_finished(server *srv, connection *con);
8
9#endif
10