From 1aa5acda7cbbfa00a6b4cde56c6963fa684f391b Mon Sep 17 00:00:00 2001 From: Piotr Szarmanski Date: Fri, 4 Aug 2023 19:39:32 +0200 Subject: New HTTP backend. --- extra/http/package.lisp | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 extra/http/package.lisp (limited to 'extra/http/package.lisp') 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)) -- cgit v1.2.3