A library for parsing HTTP requests/responses (synchronous or asynchronous).
$ area51 add http-parse
;; area51 add updates your .asd automatically. ;; Use the package in your code: (in-package :my-project) (http-parse:some-function ...)