Factor Documentation
|
Home
|
Glossary
|
Search
factorcode.org
http-server
Vocabulary
http.server
Class description
The class of HTTP servers. New instances are created by calling
<http-server>
.
Definition
USING:
io.servers
;
IN:
http.server
TUPLE:
http-server
<
threaded-server
;
Methods
USING:
destructors
http.server
io.servers
io.streams.limited
kernel
namespaces
;
M:
http-server
handle-client*
drop
[
?refresh-all
request-limit
get
limited-input
[
read-request
]
?benchmark
[
do-request
]
?benchmark
[
do-response
]
?benchmark
]
with-destructors
;