1prairie
2=======
3
4A small lightweight http server library in c.
5
6Install
7-------
8
9Run 'make install' then you can include the library using the -lprairie flag.
10
11Usage
12-----
13
14Include the 'prairie/prairie.h' header file.
15
16* Parsing an http request
17
18request *request = prairie_make_respones(raw_request, raw_request_length);