mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 02:30:42 -08:00
docstring updated for :LACK-MIDDLEWARE-LIST
This commit is contained in:
parent
e44d2b247b
commit
d79785044d
2 changed files with 6 additions and 4 deletions
|
|
@ -388,8 +388,9 @@ the default answer. (Private)"
|
|||
(static-root #P"./static-files/"))
|
||||
"Initialize CLOG on a socket using HOST and PORT to serve BOOT-FILE as the
|
||||
default route for '/' to establish web-socket connections and static files
|
||||
located at STATIC-ROOT. The webserver used with CLACK can be chosed with
|
||||
:SERVER. If LONG-POLLING-FIRST is t, the output is sent as HTML instead of
|
||||
located at STATIC-ROOT. The webserver used with CLACK can be chosen with
|
||||
:SERVER and middlewares prepended with :LACK-MIDDLEWARE-LIST.
|
||||
If LONG-POLLING-FIRST is t, the output is sent as HTML instead of
|
||||
websocket commands until the end of the on-new-window-handler, if
|
||||
LONG-POLLING-FIRST is a number will keep long polling till that number of
|
||||
queries to browser. LONG-POLLING-FIRST is used in webserver applications to
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue