PackageDescription: HttpsClientStreams


Https Client Streams

Last published: February 22, 2007 by 'michael'

Defines 1 Classes
Extends 4 Classes


This package provides a Streaming HTTPS/1.1 Client (SSL) version of HttpClientStreams. It links in to SecureSocketStreams and uses the same API as HttpClientStream.

Simply replace any HttpClientStreams.Client references with HttpsClientStreams.Client or, if you are using the URIResources API to access network HTTP resources, simply use the https:// URI instead of http:// and the SSL client will be used automatically.