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

/home/vdeboer/src/ClioPatria/ClioPatria/lib/http/http_request_value.pl
AllApplicationManualNameSummaryHelp

  • lib
    • http
      • yui_resources.pl -- Define HTML resources (scripts and CSS files)
      • http_request_value.pl -- Analyse values from HTTP request fields
        • http_parse_header_value/3
      • cp_jquery.pl
      • url_cache.pl -- Cache the content of external URLs in local files
 http_parse_header_value(+Field, +Value, -Prolog) is semidet
Translate Value in a meaningful Prolog term. Field denotes the HTTP request field for which we do the translation. Supported fields are:
  • accept
Errors
- domain_error(http_request_field, Field) if this library is not prepared to handle this field (yet).
ClioPatria (version V3.1.1-21-gb8003bb)