Tests p:http-request: checks auth map.
Test ab-http-request-076.xml is expected to fail with error code err:XC0123
.
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:output port="result"/>
<p:http-request href="http://localhost:8246/service/echo" method="post" auth="map{'send-authorization' : 89}">
<p:with-input>
<p:inline>
<doc/>
</p:inline>
</p:with-input>
</p:http-request>
</p:declare-step>
Corrected key name.
Added new tests for p:http-request.