USING: http http.server threads furnace.actions namespaces accessors ; IN: web-example : start ( -- ) [ 200 >>code "text/plain" >>content-type "Hello World" >>body ] >>display main-responder set-global [ 8888 http ] in-thread ;