• Places
    • Home
    • Graphs
    • Prefixes
  • Admin
    • Users
    • Settings
    • Plugins
    • Statistics
  • CPACK
    • Home
    • List packs
    • Submit pack
  • Repository
    • Load local file
    • Load from HTTP
    • Load from library
    • Remove triples
    • Clear repository
  • Query
    • YASGUI SPARQL Editor
    • Simple Form
    • SWISH Prolog shell
  • Help
    • Documentation
    • Tutorial
    • Roadmap
    • HTTP Services
  • Login

3.23 library(http/http_path): Abstract specification of HTTP server locations
All Application Manual Name SummaryHelp

  • Documentation
    • Reference manual
    • Packages
      • SWI-Prolog HTTP support
        • The HTTP server libraries
          • library(http/http_path): Abstract specification of HTTP server locations
            • location/3
            • http_absolute_uri/2
            • http_absolute_location/3
            • http_clean_location_cache/0
Availability::- use_module(library(http/http_path)).
Source[det]http_absolute_uri(+Spec, -URI)
URI is the absolute (i.e., starting with http://) URI for the abstract specification Spec. Use http_absolute_location/3 to create references to locations on the same server.
ClioPatria (version V3.1.1-51-ga0b30a5)