Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
179366445 Make support for GET requests with body configurable
Added consideration for new config variable 'enable_GET_req_body' which is optional Set request header ‘transfer-encoding’ with value as ‘chunked’ only if with source request method as GET the config enable_GET_req_body is also specified with value as true Set ‘_hasBody’ property of target request to true to allow body(for GET requests) only if with request method as GET the config enable_GET_req_body is also specified with value as true
- Loading branch information