Skip to content

HTTP server that will eventually suck less (WIP)

License

Notifications You must be signed in to change notification settings

Edd12321/duhttp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

duhttp
======
duhttp is a small, simple and hackable multithreaded HTTP server writen in one file of POSIX C99. (use at your own risk).
It is currently far from complete (about 20%). It supports a very primitive form of "CGI", and has directory listing (both features will be refined in the future).

It will treat the current working dir as the server root on startup.

Installation
------------
Run `make`. The binary should appear in `bin`.

Supported HTTP requests
------------------------
duhttp supports the following requests:
	- GET
	- HEAD
	- POST (WIP)

Bug reports
-----------
If you find anything, feel free to open an issue about it!

About

HTTP server that will eventually suck less (WIP)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages