Vaclav Dovrtel a écrit :
> Is there some possibility to send 'Accept:' header parameter with http
> request?
> Or I can write my plugin for benchmarking REST resources?
Hello,
This feature is implemented in the svn: you can add any http header with
something like:
<http ...>
<http_header name="Cache-Control" value="no-cache"/>
</http>
--
Nicolas