20 lines
481 B
Racket
20 lines
481 B
Racket
#lang scribble/doc
|
|
@(require "web-server.rkt")
|
|
|
|
@title[#:tag "web-server-ref-internal"]{@bold{Web Server}: Racket HTTP Server}
|
|
|
|
@author{Jay McCarthy}
|
|
|
|
This manual describes the internals of the Racket 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[]
|