Added support for https destination, http-response and mikeal's request streams.#7
Conversation
…st streams. Use cases: - https destination: upload photos to api.500px.com - remote file streams (http-response, mikeal's request): Upload photos from Flickr to 500px.com or vice versa.
|
And I made workaround for tests (incoming form parsing) since formidable is broken. |
What's broken in formidable? I'm not using this module at the moment, so I'm happy to merge this patch (and also give you npm access to publish versions if you like). Two things so:
|
|
It failed on And just added workaround for the tests here. Thanx, fixed the typo. Take a look at Readme if it's ok, you you want something more elaborated. I'm heavily relaying on this module in my project, Thank you. |
|
I added another comment, and also made a you a collaborator on the GitHub project (so you can merge this yourself if you're happy with this). If you give me your npm user name, I'll also give you npm publish permissions. |
|
I fixed styling. Going to merge it. My npm name: alexindigo. Thanx. |
Added support for https destination, http-response and mikeal's request streams.
|
Thanks. Added you as an npm contributor as well. Feel free to publish versions. |
Use cases: