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

5.5 Integration of strings and dicts in the libraries
AllApplicationManualNameSummaryHelp

  • Documentation
    • Reference manual
      • SWI-Prolog extensions
        • Integration of strings and dicts in the libraries
          • Dicts and option processing
          • Dicts in core data structures
          • Dicts, strings and XML
          • Dicts, strings and JSON
          • Dicts, strings and HTTP
    • Packages

5.5.5 Dicts, strings and HTTP

The HTTP library and related data structures would profit from exploiting dicts. Below is a list of data structures that might be affected by future changes. Code can be made more robust by using the library(option) library functions for extracting values from these structures.

  • The HTTP request structure
  • The HTTP parameter interface
  • URI components
  • Attributes to HTML elements

ClioPatria (version V3.1.1-40-g9d9e003)