Blog of Raivo Laanemets

Stories about web development, consulting and personal computers.

HTTP routing package for SWI-Prolog

On 2014-02-01

Today I released a new HTTP routing package for Swi-Prolog. The package makes it easier to write RESTful web services. It also includes support to fallback into http_dispatch.

To install the package, run pack_install(arouter).

The source code is available on GitHub.

The full generated API documentation is here.