Fix circularity
parent
47caa6baad
commit
c8b86fcbc2
|
|
@ -99,11 +99,3 @@ ARTICLE: "http.server" "HTTP server"
|
||||||
"The " { $vocab-link "furnace" } " framework implements high-level abstractions which make developing web applications much easier than writing responders by hand." ;
|
"The " { $vocab-link "furnace" } " framework implements high-level abstractions which make developing web applications much easier than writing responders by hand." ;
|
||||||
|
|
||||||
ABOUT: "http.server"
|
ABOUT: "http.server"
|
||||||
|
|
||||||
USE: vocabs.loader
|
|
||||||
|
|
||||||
"http.server.filters" require
|
|
||||||
"http.server.dispatchers" require
|
|
||||||
"http.server.redirection" require
|
|
||||||
"http.server.static" require
|
|
||||||
"http.server.cgi" require
|
|
||||||
|
|
|
||||||
|
|
@ -255,3 +255,11 @@ M: http-server handle-client*
|
||||||
|
|
||||||
: http-insomniac ( -- )
|
: http-insomniac ( -- )
|
||||||
"http.server" { "httpd-hit" } schedule-insomniac ;
|
"http.server" { "httpd-hit" } schedule-insomniac ;
|
||||||
|
|
||||||
|
USE: vocabs.loader
|
||||||
|
|
||||||
|
"http.server.filters" require
|
||||||
|
"http.server.dispatchers" require
|
||||||
|
"http.server.redirection" require
|
||||||
|
"http.server.static" require
|
||||||
|
"http.server.cgi" require
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue