( scratchpad ) USING: http http.client ; ( scratchpad ) "http://reddit.com/" http-get* drop response-header . H{ { "connection" "close" } { "date" "Wed, 28 May 2008 06:35:37 GMT" } { "set-cookie" "reddit_first=first; Domain=reddit.com; expires=Thu, 31 Dec 2037 23:59:59 GMT; Path=/; reddit_first=first; Domain=reddit.com; expires=Thu, 31 Dec 2037 23:59:59 GMT; Path=/" } { "content-type" "text/html; charset=utf-8" } { "server" "lighttpd/1.4.19" } { "status" "200 OK" } { "transfer-encoding" "chunked" } }
( scratchpad ) ( scratchpad ) "http://factorcode.org/" http-get* drop response-header . H{ { "content-type" "text/html" } } Factor's http.server needs a name. There have to be a few percent in the server statistics when Factor 1.0 gets released. -- Web (en): http://www.no-spoon.de/ -*- Web (de): http://www.frell.de/ ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Factor-talk mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/factor-talk
