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
|
||||
|
|
|
|||
|
|
@ -76,8 +76,9 @@ the same as the clog directy this overides the relative paths used in them.")
|
|||
(asdf:system-source-directory :clog))))
|
||||
"Inititalize CLOG on a socket using HOST and PORT to serve BOOT-FILE as the
|
||||
default route to establish web-socket connections and static files located at
|
||||
STATIC-ROOT. The webserver used with CLACK can be chosed with :SERVER. If
|
||||
EXTENDED-ROUTING is t routes will match even if extend with additional / and
|
||||
STATIC-ROOT. The webserver used with CLACK can be chosen with :SERVER and
|
||||
middlewares prepended with :LACK-MIDDLEWARE-LIST.
|
||||
If EXTENDED-ROUTING is t routes will match even if extend with additional / and
|
||||
additional paths. If LONG-POLLING-FIRST is t then long polling continues until
|
||||
the on-new-window-handler ends, if LONG-POLLING-FIRST is a number continues long
|
||||
polling until that number of queries to browser. LONG-POLLING-FIRST is used in
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue