-  http_absolute_location(+Spec, -Path, +Options) is det
 - Path is the HTTP location for the abstract specification Spec.
Options:
- relative_to(Base)
 - Path is made relative to Base. Default is to generate
absolute URLs.
 
- See also
 - - http_absolute_uri/2 to create a reference that can be
used on another server.