A small lightweight http server library in c
C 90.1%
Makefile 7.5%
Other 2.5%
7 1 0

Clone this repository

https://tangled.org/keii.dev/prairie
git@tangled.org:keii.dev/prairie

For self-hosted knots, clone URLs may differ based on your setup.

README
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);