racket/collects/web-server/docs/reference/private.scrbl
Jay McCarthy aed865f2b0 Updating docs and timer.ss
svn: r6492
2007-06-06 00:26:12 +00:00

60 lines
1.4 KiB
Racket

#reader(lib "docreader.ss" "scribble")
@require["../web-server.ss"]
@title[#: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