animo93 / JRest

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

Enhancement for adding Headers as a both Dynamic and static input #3

Closed animo93 closed 4 years ago

animo93 commented 4 years ago

Currently Headers can be set globally while building the API only . Need to enable Headers as a static input in the API contract and dynamic input as a parameter

animo93 commented 4 years ago

New enhancement feature added @Headers annotation can be used for passing single/Multiple headers in a static way in API Contract @Header annotation can be used for passing single/Multiple headers in a dynamic way in the method parameter