Skip to content

merkithuseyin/mini-http

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

mini-http

HTTP 1.0 Server written on top of TCP/IP

Don't use in production enviroment. This is written only for learning purposes and hasn't been seriously tested.

How to add an endpoint

Follow instructions written in Mapper/mapper.c file.

How to use

Compile and run application with "-p 123" or "--port 123" arguments (you can choose any free port). Your device will listen to 123 port for TCP/IP connections.

About

HTTP Server written on top of TCP/IP

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published