httpserve

simple static HTTP server
git clone git://git.rr3.xyz/httpserve
Log | Files | Refs | README | LICENSE

README (572B)


      1 HTTPSERVE(1)                      User Commands                       HTTPSERVE(1)
      2 
      3 NAME
      4        httpserve - simple static HTTP server
      5 
      6 SYNOPSIS
      7        tlsrp tcp [host]:[port] root
      8        tlsrp unix path root
      9 
     10 DESCRIPTION
     11        httpserve serves static content out of root on the given TCP or Unix
     12        address. For TCP, host defaults to all available unicast and anycast IP
     13        addresses of the local system, and port defaults to being automatically
     14        chosen (and logged to stderr).
     15 
     16 httpserve                       2024-07-16                       HTTPSERVE(1)