mirror of
https://github.com/vale981/lack
synced 2025-03-05 09:21:39 -05:00
Mention :start and :end keyword of 'writer' function for streaming.
This commit is contained in:
parent
92848f6dde
commit
2ddd6089d4
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ To enable a delayed response, the application should return a callback as its re
|
|||
(funcall responder `(200 (:content-type "text/plain") (,content))))))
|
||||
```
|
||||
|
||||
An application may omit the third element (the body) when calling the responder. If the body is omitted, the responder will return a function which takes a body chunk and `:close` keyword argument.
|
||||
An application may omit the third element (the body) when calling the responder. If the body is omitted, the responder will return a function which takes a body chunk, and optional `:start`, `:end` and `:close` keyword arguments.
|
||||
|
||||
```common-lisp
|
||||
(lambda (env)
|
||||
|
|
Loading…
Add table
Reference in a new issue