Set Header Command

TODO

Should send given request header

When following fixture is executed:
<rest:request>
	<rest:get>/hello</rest:get>
	<rest:setHeader name="Accept">application/json</rest:setHeader>
</rest:request>		
		
Then request has been sent to /hello with header Accept equal to application/json