nonhttpd

A httpd serving nothing.
git clone git://r-36.net/nonhttpd
Log | Files | Refs | README | LICENSE

README.md (209B)


      1 # nonhttpd – not an httpd
      2 
      3 This  httpd will serve nothing. You will need some way to handle TCP re‐
      4 quests, like socat(1), inetd(8) or xinetd(8).
      5 
      6 ## Using socat
      7 
      8 See the examples/ directory.
      9 
     10 
     11 Have fun!
     12