diff options
author | Piotr Szarmanski | 2023-08-04 19:39:32 +0200 |
---|---|---|
committer | Piotr Szarmanski | 2023-08-04 19:39:32 +0200 |
commit | 1aa5acda7cbbfa00a6b4cde56c6963fa684f391b (patch) | |
tree | 96e3399e1673ad80db5027121804786889e62688 /extra/http/package.lisp | |
parent | 6b3457b35cbcea4e28d3482263a36ae6db39fc8f (diff) |
New HTTP backend.
Diffstat (limited to 'extra/http/package.lisp')
-rw-r--r-- | extra/http/package.lisp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/extra/http/package.lisp b/extra/http/package.lisp new file mode 100644 index 0000000..5c713ce --- /dev/null +++ b/extra/http/package.lisp @@ -0,0 +1,4 @@ +(defpackage #:eris-http-server + (:use #:common-lisp #:serapeum) + (:local-nicknames (#:a #:alexandria)) + (:export #:eris-handler)) |