3.22 library(http/http_path): Abstract specification of HTTP server locations
AllApplicationManualNameSummaryHelp

  • Documentation
    • Reference manual
    • Packages
      • SWI-Prolog HTTP support
        • The HTTP server libraries
          • library(http/http_path): Abstract specification of HTTP server locations
            • http_absolute_uri/2
            • http_absolute_location/3
            • http_clean_location_cache/0
Availability::- use_module(library(http/http_path)).
Sourcehttp_clean_location_cache
HTTP locations resolved through http_absolute_location/3 are cached. This predicate wipes the cache. The cache is automatically wiped by make/0 and if the setting http:prefix is changed.