spflaumer / hyper

A small yet fast HTTP server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hyper

An HTTP Server made small yet fast

At least in theory. The aim of this server is to be fast and small. But also:

  • Support HTTP
    • Multithreaded with pthreads
    • Routing
  • Support HTTPS
  • Support FTP
  • Config with TOML
  • Authentication

perhaps even more features will be added in the future.

About

A small yet fast HTTP server

License:GNU General Public License v3.0


Languages

Language:C 97.1%Language:Makefile 2.9%