issues
search
snoyberg
/
http-enumerator
HTTP client package with enumerator interface and HTTPS support.
27
stars
9
forks
source link
Prevent simpleHttp from decompressing tar.gz file.
#32
Closed
erikd
closed
13 years ago
erikd
commented
13 years ago
Steps required to implement this:
Add a decompress :: ContentType -> Bool predicate to Request.
Implement alwaysDecompress and browserDecompress predicates.
Make alwaysDecompress the default.
Make simpleHttp use browserDecompress.
Modify http function to use the decompress predicate.
Steps required to implement this: