aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Okay <okay@toyful.space>2022-02-08 15:54:16 -0600
committerColin Okay <okay@toyful.space>2022-02-08 15:54:16 -0600
commit3fb29879cfcd73795fd3127f38db2cffeb3e0cc3 (patch)
tree322275ddb996d530582af886642c83b8f3b4af63
parent336697b25becf8e3245c9babed9e9ef6a7825f08 (diff)
clarifying example
-rw-r--r--example/lazybones-test.lisp1
1 files changed, 1 insertions, 0 deletions
diff --git a/example/lazybones-test.lisp b/example/lazybones-test.lisp
index 5c7a878..d252849 100644
--- a/example/lazybones-test.lisp
+++ b/example/lazybones-test.lisp
@@ -52,6 +52,7 @@
"Dummy login endpoint for returning a session cookie. Always returns
the \"true\" and sends a set-cookie header, setting 'testappsession'
to 'coolsessionbro'."
+ (print (lzb:request-body)) ; dummy implementation, prints post body to stdout
(setf (lzb:response-cookie "testappsession") "coolsessionbro")
(http-ok "true"))