Skip to content

ignas2526/ihttp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

IHTTP

A simple web server written in C in a form of a library. It can be used to serve static files or dynamic content on demand.


HTTP Feature Support

  • HTTP 1.1
  • Basic POST and GET support
  • HTTP Pipeline support
  • HTTP persistent connection support

Technologies

  • Pthreads
  • Request parsing as bytes arrive
  • Circular Queue
  • Work queue thread model

About

Lightweight HTTP server written in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages