Availability:
:- use_module(library(http/http_dispatch)).
- index(Location)
- If there is no path-info, redirect the request to Location using http_redirect/3.
- Errors
http_reply(not_found(Path))
:- use_module(library(http/http_dispatch)).
http_reply(not_found(Path))