nonhttpd

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

nonhttpd (151B)


      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: 15\r
      7 \r
      8 <html> </html>\r\n"
      9