summaryrefslogtreecommitdiff
path: root/src/request.h
blob: e5cc87c2a385c5165fd80e11f65359306ade36e0 (plain)
1
2
3
4
5
6
7
8
9
#ifndef _REQUEST_H_
#define _REQUEST_H_

#include "base.h"
#include "http_req.h"

LI_EXPORT int http_request_parse(server *srv, connection *con, http_req *req);

#endif