aboutsummaryrefslogtreecommitdiff
path: root/package.lisp
diff options
context:
space:
mode:
authorcolin <colin@cicadas.surf>2023-11-18 08:57:47 -0800
committercolin <colin@cicadas.surf>2023-11-18 08:57:47 -0800
commit1d3d018f01ffb71dcdeaa086b3025a00428b45c1 (patch)
tree95709b0f44b7ba36d25fb9872d356779df9d4688 /package.lisp
parent3a9aac9a7a1c59f6bdce5a26ea2d17bdf65921c9 (diff)
Version bump; Allow for control of keyword reading
Diffstat (limited to 'package.lisp')
-rw-r--r--package.lisp6
1 files changed, 5 insertions, 1 deletions
diff --git a/package.lisp b/package.lisp
index 1a6e7bc..4ed5cdf 100644
--- a/package.lisp
+++ b/package.lisp
@@ -31,7 +31,10 @@
#:start-server
#:stop-server
#:canned-response
- #:set-canned-response))
+ #:set-canned-response
+ ;; special variables
+ #:*allowed-keywords*
+ ))
;; the symbols exported here are available for end users to use in the
;; building of their apps
@@ -44,6 +47,7 @@
#:*request*
#:*response*
#:*debugging*
+ #:*allowed-keywords*
#:http-error
#:generate-app-documentation
#:provision-app