HTTP server GitHub issue

vibecode
{"vibecode": {
    "doc": "network_http_server",
    "role": "overview of Caspian's HTTP server stack — Touchstone (base class with shared per-request infrastructure) and Sammy (small-site framework with route handlers). Both inherit and compose; new HTTP middleware built on Puck will descend from Touchstone too.",
    "parent_doc": "network/index.md",
    "classes_in_v1": ["puck.uno/touchstone", "puck.uno/sammy"],
    "key_concepts": ["touchstone_is_the_base_class",
        "sammy_adds_route_handlers_on_top",
        "shared_transaction_request_response_objects",
        "per_route_closure_handlers_sinatra_style"]
}}

Caspian's HTTP server stack is two classes:

Most Caspian code uses Sammy directly. Touchstone is the inheritance target for any other HTTP middleware built on Puck.

Future descendants (not in V1.0) include Robinson — filesystem-tree page-server with per-directory handlers; ships on its own timeline as a Puck-resolved library.


See also GitHub issue


© 2026 Puck.uno