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