TODO
/hello
Content-Type
<rest:request> <rest:get>/hello</rest:get> <rest:header name="Content-Type">text/html</rest:header> </rest:request>Then it should produce following output:
/hello
text/html
(not set)
/hello
Content-Type
set to application/json<rest:request> <rest:get>/hello</rest:get> <rest:header name="Content-Type">text/html</rest:header> </rest:request>Then it should produce following output:
/hello
text/html
application/json
/hello
Content-Type
set to text/html<rest:request> <rest:get>/hello</rest:get> <rest:header name="Content-Type">text/html</rest:header> </rest:request>Then it should produce following output:
/hello
text/html