racket/collects/web-server/docs/reference/private.scrbl
Jay McCarthy da9fee0afc tags
svn: r6505
2007-06-06 15:34:36 +00:00

61 lines
1.5 KiB
Racket

#reader(lib "docreader.ss" "scribble")
@require["../web-server.ss"]
@title[#:tag "private"
#:style 'toc]{Internal}
The @file{web-server} is a complicated piece of software and as a result,
defines a number of interesting and independently useful sub-components.
Some of these are documented here.
@local-table-of-contents[]
@; ------------------------------------------------------------
@section[#:tag "cache-table.ss"]{Cache Table}
XXX
@; ------------------------------------------------------------
@section[#:tag "connection-manager.ss"]{Connection Manager}
XXX
@; XXX And define-closure.ss
@; ------------------------------------------------------------
@section[#:tag "closure.ss"]{Serializable Closure}
XXX
@; XXX And dispatch-server-sig.ss
@; ------------------------------------------------------------
@section[#:tag "dispatch-server-unit.ss"]{Dispatching Server}
XXX
@; ------------------------------------------------------------
@section[#:tag "mime-types.ss"]{MIME Types}
XXX
@; XXX Rename mod-map.ss
@; ------------------------------------------------------------
@section[#:tag "mod-map.ss"]{Serialization Utilities}
XXX
@; ------------------------------------------------------------
@section[#:tag "timer.ss"]{Timers}
XXX
@; ------------------------------------------------------------
@section[#:tag "url-param.ss"]{URL Param}
XXX
@; ------------------------------------------------------------
@section[#:tag "util.ss"]{Miscellaneous Utilities}
XXX