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