17 lines
362 B
Racket
17 lines
362 B
Racket
#lang scribble/doc
|
|
@(require "web-server.ss")
|
|
|
|
@title[#:style 'toc]{Extending the Web Server}
|
|
|
|
@local-table-of-contents[]
|
|
|
|
@include-section["configuration.scrbl"]
|
|
|
|
@include-section["servlet-setup.scrbl"]
|
|
|
|
@include-section["dispatchers.scrbl"]
|
|
|
|
@include-section["web-config-unit.scrbl"]
|
|
@include-section["web-server-unit.scrbl"]
|
|
@include-section["private.scrbl"]
|