summaryrefslogtreecommitdiff
path: root/extra/http/package-client.lisp
diff options
context:
space:
mode:
authorPiotr Szarmanski2023-08-04 19:39:32 +0200
committerPiotr Szarmanski2023-08-04 19:39:32 +0200
commit1aa5acda7cbbfa00a6b4cde56c6963fa684f391b (patch)
tree96e3399e1673ad80db5027121804786889e62688 /extra/http/package-client.lisp
parent6b3457b35cbcea4e28d3482263a36ae6db39fc8f (diff)
New HTTP backend.
Diffstat (limited to 'extra/http/package-client.lisp')
-rw-r--r--extra/http/package-client.lisp3
1 files changed, 3 insertions, 0 deletions
diff --git a/extra/http/package-client.lisp b/extra/http/package-client.lisp
new file mode 100644
index 0000000..e31375b
--- /dev/null
+++ b/extra/http/package-client.lisp
@@ -0,0 +1,3 @@
+(defpackage #:eris-http-client
+ (:use #:common-lisp #:serapeum)
+ (:export #:http-backend))