restful

https://github.com/Ralt/restful.git

git clone 'https://github.com/Ralt/restful.git'

(ql:quickload :restful)
5

restful

JSON REST APIs made easy.

In other words, spin up a fully standards-compliant1 JSON API over HTTP in Common Lisp by providing a simple class.

Not yet available on quicklisp.

Documentation available here.

An example of an implementation is available here.

1 Closely follows RFC 7230, RFC 7231 and RFC 5789.

Dependencies

This library uses (and exposes its usage) the following dependencies:

The following dependencies are used internally:

Roadmap