[Haskell-beginners] Can I upload file using http-enumerator, hxt?

Krzysztof Skrzętnicki gtener at gmail.com
Fri Jan 13 21:36:59 CET 2012


Generally you can download a file by using GET request and upload it with
POST request. See urlEncodedBody in http-enumerator:
http://hackage.haskell.org/packages/archive/http-enumerator/0.7.2.3/doc/html/Network-HTTP-Enumerator.html#v:urlEncodedBody

Best regards,
Krzysztof Skrzętnicki

2012/1/13 Никитин Лев <leon.v.nikitin at pravmail.ru>

> Hello.
>
> Can I upload file using http-enumerator, hxt?
>
> What best way to take a html page from one server, maybe make some
> transformation of this html and upload it (transformed) to other server?
>
> I can use hxt to download file and to do some transformation. But how can
> I upload it to other server?
>
> _______________________________________________
> Beginners mailing list
> Beginners at haskell.org
> http://www.haskell.org/mailman/listinfo/beginners
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/beginners/attachments/20120113/55283a10/attachment.htm>


More information about the Beginners mailing list