http.server: Make sure http.forms is loaded for http.server docs. Fixes #1216.

db4
Doug Coleman 2014-11-23 01:05:21 -08:00
parent aff0150a8c
commit ed7ceaf900
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
USING: assocs help.markup help.syntax http io.servers kernel
math strings urls vocabs.refresh ;
USE: html.forms ! needed for $link in param
IN: http.server
HELP: trivial-responder