racket/collects/web-server/scribblings/web-server-internal.scrbl
Jay McCarthy fd835e9c37 Reorganizing documentation
svn: r14366
2009-03-30 21:44:51 +00:00

19 lines
473 B
Racket

#lang scribble/doc
@(require "web-server.ss")
@title[#:tag "web-server-ref-internal"]{@bold{Web Server}: PLT HTTP Server}
@author{Jay McCarthy}
This manual describes the internals of the PLT Web Server.
@local-table-of-contents[]
@include-section["dispatch-server.scrbl"]
@include-section["dispatchers.scrbl"]
@include-section["launch.scrbl"]
@include-section["web-config.scrbl"]
@include-section["private.scrbl"]
@include-section["server-faq.scrbl"]
@index-section[]