From 3fb29879cfcd73795fd3127f38db2cffeb3e0cc3 Mon Sep 17 00:00:00 2001 From: Colin Okay Date: Tue, 8 Feb 2022 15:54:16 -0600 Subject: clarifying example --- example/lazybones-test.lisp | 1 + 1 file changed, 1 insertion(+) (limited to 'example/lazybones-test.lisp') 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")) -- cgit v1.2.3