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

Import Library via SVN
Drop this link into the Arctis View

Contained Building Blocks
HTTP Client

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

HTTP Get

Performs an HTTP GET request to the URI provided by the starting pin.

HTTP Get 2

Performs an HTTP GET request to the URI provided by the instance parameter

HTTP Post

Performs an HTTP Post request according to the parameters provided by the starting pin.

HTTPS Client

Performs an HTTPS request (either a get or post) with strong verification of both server certificate and hostname

HTTPS Client 2

Performs an HTTPS request (either a get or post) with special pin notifying failed verification

HTTPS Get

Performs an HTTPS GET request to the URI provided by the starting pin.

HTTPS Post

Performs an HTTPS Post request according to the parameters provided by the starting pin.

Persistent HTTP Client

Send multiple HTTP requests with the same connection

Persistent HTTP Get

Persistent HTTP Post

Persistent HTTP Request Inner

Persistent HTTPS Client

Persistent HTTPS Get

Persistent HTTPS Post