prairie ======= A small lightweight http server library in c. Install ------- Run 'make install' then you can include the library using the -lprairie flag. Usage ----- Include the 'prairie/prairie.h' header file. * Parsing an http request request *request = prairie_make_respones(raw_request, raw_request_length);