Moduleurn:org:ten60:netkernel:ext:http:client
The
httpResponseCodeFilter
accessor is exported by the urn:org:ten60:netkernel:ext:http:client module.
Import this module to gain access to the accessor.
SyntaxURI | active:httpResponseCodeFilter |
Argument | Rules | Description | operand | Mandatory | An HTTPResponseCode resource to be filtered |
Example UsageDPML<instr> <type>httpResponseCodeFilter</type> <operand>var:result-from-httpGet-request</operand> <target>this:response</target> </instr> NetKernel Foundation API
req=context.createSubRequest("active:httpResponseCodeFilter");
req.addArgument("operand", [resource representation, aspect, or URI] );
result=context.issueSubRequest(req); Purpose |