Skip to content

Releases: pjdietz/rester-sublime-http-client

1.9.1

24 Aug 15:27
01141ac
Compare
Choose a tag to compare

Outputs responses with omitted reason phrase

1.9.0

12 Jun 19:41
36d2a45
Compare
Choose a tag to compare
  • 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

03 Jan 18:56
Compare
Choose a tag to compare

1.8.1

11 Oct 20:40
Compare
Choose a tag to compare

Parse request line without using regular expressions.

Split the request line by spaces. This allows any character to be used in the request URI.

1.8.0

17 Mar 15:25
Compare
Choose a tag to compare

New Feature

set_syntax Command

Use the new "set_syntax" command to set the syntax highlighting on new responses.

{
    "response_commands": [
         {
             "name": "set_syntax",
             "args": {
                 "syntax_file": "Packages/HTTP Spec Syntax/httpspec.tmLanguage"
              }
         }
     ]
}

1.7.0

08 Feb 00:45
Compare
Choose a tag to compare

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

1.6.2

03 Dec 01:34
Compare
Choose a tag to compare

1.6.1

02 Dec 18:26
Compare
Choose a tag to compare

1.6.0

12 Jun 10:27
Compare
Choose a tag to compare

1.5.0

12 Apr 17:57
Compare
Choose a tag to compare