cl-sse
Implements client parsing of a Server Sent Events (SSE) stream.
$ area51 add cl-sseCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(cl-sse:some-function ...)Implements client parsing of a Server Sent Events (SSE) stream.
$ area51 add cl-sseCopy;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(cl-sse:some-function ...)