hurl
hurl copied to clipboard
Added support for using Hurl through a Proxy.
Sometimes, you need to run an api call through a whitelisted machine. I used to setup a proxy tunnel and run through curl, but with hurl, there was no way to do that. Now there is.
added proxy support with socks5 and updated the readme. Added iphone-style-checkboxes for UI
Usually it's a good idea to make separate pull requests for different things. Not everybody is a fan of bundles (not me, I love bundles!).
In theory, I would have separated the iphone like toggle, but since I put it in specifically for this particular feature, I felt it was okay. but point taken.