animo93 / JRest

A Java Rest Client developed on the lines of HttpUrlConnection
MIT License
0 stars 6 forks source link

Enhancement to support Map as a Request Body #19

Closed animo93 closed 3 years ago

animo93 commented 3 years ago

Currently JRest only supports Custom object as a Request Body . Need to implement changes for supporting Map as a Request Body also