httpResponseCodeFilterhttpResponseCodeFilter
Filter the result of an httpXXXX accessor and throw exception if not 200
Home > Books > NetKernel API and Services Reference > Accessor Listing > HTTP Client Services > httpResponseCodeFilter

Rate this page:
Really useful
Satisfactory
Not helpful
Confusing
Incorrect
Unsure
Extra comments:


Module

urn: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.

Syntax

URI
active:httpResponseCodeFilter

ArgumentRulesDescription
operandMandatory An HTTPResponseCode resource to be filtered

Example Usage

DPML

<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

The httpResponseCodeFilter accessor is a filter which can be used to throw an exception for a non 200 HTTPResponseCodeAspect.

If the operand has an HTTPResponseCodeAspect and the Code is not 200 then a NetKernel Exception is thrown. If the representation does not have an HttpRespnseCodeAspect or the response code is 200 then the resource is returned unchanged.

© 2003-2007, 1060 Research Limited. 1060 registered trademark, NetKernel trademark of 1060 Research Limited.