From 60827a825440ff44c3ac82c08291c98e3e93588b Mon Sep 17 00:00:00 2001 From: Jay McCarthy Date: Wed, 28 Jan 2009 21:38:05 +0000 Subject: [PATCH] doc links svn: r13306 --- collects/web-server/scribblings/http.scrbl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/collects/web-server/scribblings/http.scrbl b/collects/web-server/scribblings/http.scrbl index b665d20985..b7badd8c37 100644 --- a/collects/web-server/scribblings/http.scrbl +++ b/collects/web-server/scribblings/http.scrbl @@ -12,7 +12,8 @@ The @web-server implements many HTTP RFCs that are provided by this module. @; ------------------------------------------------------------ @section[#:tag "request-structs.ss"]{Requests} -@(require (for-label web-server/http/request-structs)) +@(require (for-label web-server/http/request-structs + scheme/match)) @defmodule[web-server/http/request-structs]{