Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2018-03-15 | 668 Bytes | |
v1.3.0 source code.tar.gz | 2018-03-15 | 392.4 kB | |
v1.3.0 source code.zip | 2018-03-15 | 435.9 kB | |
Totals: 3 Items | 829.0 kB | 0 |
Added
- Add new request directives:
- proxy-method : set the request method.
- proxy-set-body : set the request body content.
- proxy-append-body : append content to the body.
-
proxy-replace-body : replace part of the body.
-
Add new response directives:
-
status : Set the response status code and status message.
-
Add more test case.