HTTP routing package for SWI-Prolog
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.