HTTP Client
no.ntnu.item.arctis.library.http

Import via SVN
Drop this link into the Arctis View

Description

Performs a HTTP request (get or post) according to the parameters provided by the starting pin

This block uses the Apache HTTP Components (see http://hc.apache.org/).

Origin

Author:Linda Ariani Gunawan
Provider:NTNU - Department of Telematics
Repository:http://svn.item.ntnu.no/arctis-lib (user= guest, login= guest)

Dependencies

Imported Building Blocks:none
Imported Libraries:none
Required Repositories:none



Parameter Nodes
request:  no.ntnu.item.arctis.library.http.HTTPClientParams

HTTPClientParams

localError

When local exceptions happen

remoteError:  java.lang.String

When the response code is not 200 = OK

response:  java.lang.String

The content of the response as String


External Behavior