ggeorgovassilis / spring-rest-invoker

Spring invoker which maps remote REST services to local interfaces.
Apache License 2.0
37 stars 19 forks source link

JaxRs method headers #22

Closed ggeorgovassilis closed 7 years ago

ggeorgovassilis commented 7 years ago

The JaxRs implementation does not support method headers (it supports, however, parameter headers). I couldn't find an JaxRs annotation that has fields for both the header name and values, so I created one (Headers)

ggeorgovassilis commented 7 years ago

Done