X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=blobdiff_plain;f=basis%2Fhttp%2Fclient%2Fpost-data%2Fpost-data.factor;h=7d336a8ca111c2a0fd389cc91498e7aa58e70f94;hp=b7551d86b9628b639d774cacf5f6e398ffe92c96;hb=96d543056491bfd71e65a093f4add5a6a5bb780d;hpb=6206ba5583b7616c59741963dbf01d8c9c88e223 diff --git a/basis/http/client/post-data/post-data.factor b/basis/http/client/post-data/post-data.factor index b7551d86b9..7d336a8ca1 100644 --- a/basis/http/client/post-data/post-data.factor +++ b/basis/http/client/post-data/post-data.factor @@ -2,8 +2,8 @@ ! See http://factorcode.org/license.txt for BSD license. USING: accessors assocs destructors http io io.encodings.ascii io.encodings.binary io.encodings.string io.encodings.utf8 -io.files io.files.info io.pathnames kernel math.parser -namespaces sequences strings urls.encoding ; +io.files io.files.info io.pathnames kernel math.parser sequences +strings urls.encoding ; IN: http.client.post-data TUPLE: measured-stream stream size ;