-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
37 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
RESTer 1.7.0 Change Log | ||
|
||
|
||
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 |