Tests p:http-request: Testing parameter 'override-content-type'.
Test ab-http-request-072.xml is expected to fail with error code err:XC0030.
It requires the following features: p:http-request.
<p:declare-step xmlns:err="http://www.w3.org/ns/xproc-error" xmlns:p="http://www.w3.org/ns/xproc" version="3.0">
<p:option name="WHOST" select="'http://localhost:8246'" static="true"/>
<p:output port="result"/>
<p:http-request href="{$WHOST}/service/echo" method="post" parameters="map{'override-content-type' : 'application/json'}">
<p:with-input>
<p:inline>
<doc/>
</p:inline>
</p:with-input>
</p:http-request>
</p:declare-step>
Added static options for web server host and port.
Added new tests for p:http-request.