[SPAM] Re: [squeak-dev] WebClient / Port to Pharo

Sven Van Caekenberghe sven at beta9.be
Tue Jun 15 06:19:44 UTC 2010


On 15 Jun 2010, at 02:58, Lawson English wrote:

> On 6/14/10 11:57 AM, Sven Van Caekenberghe wrote:
>> Hi Andreas,
>> 
>> I have been looking and using your WebClient package. Your key point, the existing HttpClient was not good (to be polite) and yours is much better, is spot on. Therefor it seems important that your code works well in Pharo too (my main Smalltalk platform). I looked at your WebClient-Pharo package in detail and decided to try to make it no longer necessary. I think I succeeded: in Pharo 1.1rc2, my slightly modified WebClient-Core package passes all unit tests without the need for any Pharo specific patches.
>> 
>>   
> 
> Does the WebClient package include https capabilities?

No, it does not. It would be very nice to have of course.
But writing an HTTPS (SSL) implementation at the Smalltalk level is a lot of work.
Very few environments do (it could be that VW does so). 
Most link to OpenSSL to do the job, but that add another VM dependency.

Sven

> Thanks.
> 
> 
> Lawson
> 




More information about the Squeak-dev mailing list