Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
Dylan Package Documentation
Dylan Package Documentation
  • opendylan.org

Packages

  • Anaphora
    • Reference
  • Indices and tables
  • base64
    • Usage
    • Base64 library
    • Author
  • binary-data
    • Usage
    • API Reference
    • Internals
  • channels
  • collection-extensions
    • The collection-utilities Module
    • The heap Module
    • The sde-vector Module
    • The self-organizing-list Module
    • The sequence-diff Module
    • The sequence-utilities Module
    • The subseq Module
    • The vector-search Module
  • columnist
  • command-interface
  • command-line-parser
  • concurrency
  • data-analysis
    • Usage
    • The STATISTICS library
    • Copyright
  • deft
    • The pacman Package Manager
  • dylan-programming-book
    • Front Matter
    • Preface
    • Part 1. Basic Concepts
      • Introduction
      • Quick Start
      • Methods, Classes, and Objects
      • User-Defined Classes and Methods
      • Class Inheritance
      • Multimethods
      • Modularity
      • A Simple Library
    • Part 2. Intermediate Topics
      • Nonclass Types
      • Slots
      • Collections and Control Flow
      • Functions
      • Libraries and Modules
      • Four Complete Libraries
    • Part 3. Sample Application
      • Design of the Airport Application
      • Definition of a New Collection
      • The Airport Application
    • Part 4. Advanced Topics
      • Multiple Inheritance
      • Performance and Flexibility
      • Exceptions
      • Macros
    • Source Code of Program Examples
    • Resources on Dylan
    • Dylan Object Model for C and C++ Programmers
    • Glossary
  • hash-algorithms
  • http
    • HTTP Server
      • Dylan Web in 60 Seconds
        • Serving Static Content
        • Serving Dynamic Content
        • Static URL Routing
      • Configuration
      • URL Routing
      • Dylan Server Pages (DSP)
      • Stand-Alone Server App
    • HTTP Client
    • Reference
      • The HTTP-SERVER library
      • The HTTP-COMMON library
      • The DSP library
      • The HTTP-CLIENT library
    • Copyright
  • json
  • logging
  • lsp-dylan
  • melange
    • Introduction
    • A Concrete Example
    • Basic Use
    • Importing Header Files
    • Specifying Object Names
    • Type Definitions
    • Translating Object Representations
    • Other File Options
    • Function Clauses
    • Struct and Union Clauses
    • Pointer Clauses
    • Constant Clauses
    • Variable Clauses
    • Low level support facilities
    • Known limitations
    • Proposed modifications
    • Historical Notes
    • Copyright
  • meta
    • Copyright
    • The Meta Library
  • mime
    • The MIME library reference
  • objc-dylan
  • regular-expressions
  • sphinx-extensions
  • strings
  • testworks
    • Testworks Usage
    • Testworks Reference
    • Copyright
  • time
  • tracing
  • uuid
  • v3d
    • The v3d library
  • zlib
    • zlib
    • zlib-binding
Back to top
View this page

Dylan Web in 60 SecondsΒΆ

This is a series of examples showing how to do web programming in Dylan. It was inspired by a version of the same thing written for Twisted Python. In Twisted, it is often the case that very little code is required to get something basic running, which has also been an inspiration to create similarly simple APIs for the Dylan web infrastructure.

  • Serving Static Content
  • Serving Dynamic Content
  • Static URL Routing
Next
Serving Static Content
Previous
HTTP Server
Copyright © 2024, Dylan Hackers
Made with Sphinx and @pradyunsg's Furo