v1.3.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.