nonhttpd

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

nonhttpd (136B)


      1 #!/bin/sh
      2 
      3 printf "HTTP/1.1 OK\r
      4 Content-Type: text/html;\r
      5 Last-Modified: Fr, 07 Mar 1492 02:04:03 GMT\r
      6 Content-Length: 0\r
      7 \r
      8 \r\n"
      9