rester-sublime-http-client
rester-sublime-http-client copied to clipboard
REST client for Sublime Text 2 and 3
Could I make multiple requests from one file? ``` GET https://duckduckgo.com/?q=foo GET https://duckduckgo.com/?q=bar ```
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...
Every time I select a line (e.g. GET http://www.telize.com/geoip/46.19.37.108) and select Rester from the Ctrl+Shift+P menu, I get the message "Unable to make request". Then I look at the consle...
Plugin ignores body payload when performing DELETE requests usin curl client. With python client works as expected. Required for elasticsearch delete by query actions.
This would be a powerful feature to keep a list of HTTP requests ready to be launched instead of having to toggle requests with comments. This is a feature in...
POST http://requestb.in/16gbesa1 Content-Type: text/plain test string versus POST http://requestb.in/16gbesa1 Content-Type: text/plain test string produce different results, see http://requestb.in/16gbesa1?inspect The documentation in README.md suggests that headers should be separated by a...
Hello. Do you have in plans a feature of executing several requests in a row? Like sending first get request with login and password to authenticate, and using received access...
I'm trying to test a request to a URL that contains a ~. For example: `http://localhost:3000/users/~`. When I make the request via RESTer, the tilde and any characters beyond are...