60 lines
1.4 KiB
Racket
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
|