http.server: Make sure http.forms is loaded for http.server docs. Fixes #1216.
parent
aff0150a8c
commit
ed7ceaf900
|
|
@ -1,5 +1,6 @@
|
||||||
USING: assocs help.markup help.syntax http io.servers kernel
|
USING: assocs help.markup help.syntax http io.servers kernel
|
||||||
math strings urls vocabs.refresh ;
|
math strings urls vocabs.refresh ;
|
||||||
|
USE: html.forms ! needed for $link in param
|
||||||
IN: http.server
|
IN: http.server
|
||||||
|
|
||||||
HELP: trivial-responder
|
HELP: trivial-responder
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue