hermes

HTTP GET/HEAD-only web server for static content.
git clone git://git.francescosaccone.com/hermes
Log | Files | Refs | README | LICENSE

README (360B)


      1 Hermes
      2 ======
      3 
      4 A minimalist GET/HEAD-only HTTP server for hosting static content.
      5 
      6 It does not support TLS: you might want to use a TLS reverse proxy instead.
      7 
      8 Build and install
      9 -----------------
     10 
     11 	$ make
     12 	# make install
     13 
     14 Dependencies
     15 ------------
     16 
     17 - C compiler (C99)
     18 - libc
     19 - POSIX make (optional)
     20 
     21 Documentation
     22 -------------
     23 
     24 See the man page of hermes(1).