Documentation for HTTP:FLOG-SERVER
HTTP:FLOG-SERVER [function]: (FLOGGER &KEY DELAY MAX-HITS MAX-CONNECTIONS HTTP-VERSION PERSISTENT-CONNECTIONS-P PRINT-P STREAM)
Flogs a server according to the parameters contained in FLOGGER.
You can create a flogger using ALLOCATE-FLOGGER.
DELAY is the number of milliseconds between requests. If DELAY is zero,
the server is hit as fast as possible.
MAX-CONNECTIONS is maximum number of simultaneous requests allowed.
HTTP-VERSION is one of (:HTTP/1.0, :http/1.1, or :http/0.9).
PERSISTENT-CONNECTIONS-P controls whether persistent connections are used.
MAX-HITS is the number of times to hit the server before stopping.
If MAX-HITS is NIL, the server is flogged endlessly.
PRINT-P controls the operations are recorded on STREAM
CL-HTTP/70.216 (LispWorks; 2.1.7)