racket/collects/web-server/docs/reference/reference.scrbl
Jay McCarthy 27c1b7e612 up
svn: r6475
2007-06-05 00:45:12 +00:00

22 lines
644 B
Racket

#reader(lib "docreader.ss" "scribble")
@require["../web-server.ss"]
@title{Web Server Reference Manual}
The @file{web-server} collection provides libraries that can be used to
develop Web applications in Scheme.
@table-of-contents[]
@include-section["running.scrbl"]
@include-section["configuration.scrbl"]
@include-section["dispatchers.scrbl"]
@include-section["web-config-unit.scrbl"]
@include-section["web-server-unit.scrbl"]
@include-section["servlet.scrbl"]
@include-section["servlet-env.scrbl"]
@include-section["managers.scrbl"]
@include-section["lang.scrbl"]
@include-section["private.scrbl"]
@index-section["web-server-ref-index"]