Releases: pjdietz/rester-sublime-http-client
Releases · pjdietz/rester-sublime-http-client
1.9.1
1.9.0
- Support MULTIPLE requests in the same file (separated by ### delimiter)
- "Native" variables, making easy to define in-file custom variables (starting with @)-
- Allow Host as default header (but not using it when request has it)
- HTTP language support for .http and .rest file extensions and for responses
- Phantoms for quickly applying "one-click" requests.
1.8.2
1.8.1
1.8.0
1.7.0
New Features:
-
Host Setting
The @host setting allows communicating with a different host or IP address
than in in the Host header or request line.Example:
GET /my-endpoint Host: api.my-example-site.com @host: 127.0.0.1
-
Multiple Headers
Support added for multiple headers with the same name, such as Set-Cookies