Closed jjorn closed 3 years ago
This extends the framework to be able to make a POST request with empty content as described in https://github.com/JamitLabs/Jetworking/issues/47
POST
When a user make a POST request with empty content, two following header fields of the request are replaced or added:
Content-type: text/plain
Content-length: 0
Description
This extends the framework to be able to make a
POST
request with empty content as described in https://github.com/JamitLabs/Jetworking/issues/47Note to this PR
When a user make a POST request with empty content, two following header fields of the request are replaced or added:
Content-type: text/plain
Content-length: 0