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
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@haskell.org
http://www.haskell.org/mailman/listinfo/beginners