X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=blobdiff_plain;f=basis%2Fhttp%2Fhttp.factor;h=a9995ef3c2275f4afdf7f2c6ebced740da5d61bd;hp=2e7f71f6d0d877c08b52ba83d00a1763b927a234;hb=96d543056491bfd71e65a093f4add5a6a5bb780d;hpb=6206ba5583b7616c59741963dbf01d8c9c88e223 diff --git a/basis/http/http.factor b/basis/http/http.factor index 2e7f71f6d0..a9995ef3c2 100644 --- a/basis/http/http.factor +++ b/basis/http/http.factor @@ -1,7 +1,7 @@ ! Copyright (C) 2003, 2010 Slava Pestov. ! See http://factorcode.org/license.txt for BSD license. USING: accessors arrays ascii assocs base64 calendar calendar.format -calendar.parser combinators fry hashtables http.parsers io io.crlf +calendar.parser combinators hashtables http.parsers io io.crlf io.encodings.iana io.encodings.utf8 kernel make math math.parser mime.types present sequences sets sorting splitting urls ; IN: http