;;;; http.asd (asdf:defsystem #:http :description "Describe http here" :author "Leovinci" :license "Specify license here" :version "0.0.1" :serial t :depends-on (#:cl-ppcre #:celwk) :components ((:file "package") (:file "define") (:file "http")))