NAME
miniquark —
a minimal web server for retrieving
files
SYNOPSIS
miniquark |
[-d dir]
[-l address]
port |
DESCRIPTION
miniquark is a web server supporting
GET/HEAD requests and is easily launched as unprivileged user to provide
HTTP access a local directory.
The options are as follows:
-ddir- Switch to the specified directory.
-laddress- Set the hostname or IP address to listen on. The default is
‘
localhost’.
port is required, and specifies the TCP port number for incoming connections.
FEATURES
The following request headers are recognized
- Range:
- Returns 206 Partial Content and the Content-Range header is set.
- If-Modified-Since:
- Returns 304 Not Modified or "200 OK" based on the file timestamp.
- User-Agent:
- Used for log messages.
HISTORY
miniquark was based on
https://git.suckless.org/quark
and bundled with rset 1.6