19 lines
473 B
Racket
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[] |