A small lightweight http server library in c
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

C 90.0%
Makefile 7.5%
Other 2.5%
6 1 0

Clone this repository

https://tangled.org/keii.dev/prairie https://tangled.org/did:plc:ooawnspa3j4o7cinoryhglqv/prairie
git@tangled.org:keii.dev/prairie git@tangled.org:did:plc:ooawnspa3j4o7cinoryhglqv/prairie

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

Download tar.gz
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);