snoyberg / http-enumerator

HTTP client package with enumerator interface and HTTPS support.
27 stars 9 forks source link

Patches to export RequestBody and to eliminate code from urlEncodedBody #10

Closed aristidb closed 13 years ago

aristidb commented 13 years ago

RequestBody was not exported (there is an issue for that, I forgot the number).

urlEncodedBody had a lot of encoding logic that already exists in http-types.

snoyberg commented 13 years ago

Good catch, thanks on both counts.