rester-sublime-http-client
rester-sublime-http-client copied to clipboard
File upload
Thank You for nice tool, i'm using it in all my REST api projects. Is in current version of Rester possible to make file upload request pointing file from disk ? I was thinking about set curl as default client and pass in some way '-F' parameter (for example -F 'file=@/c/files/test.png')...