AFAICT, https is just http over an SSL socket. The less incorrect I am about that, the more you are in fact looking for an SSL socket implementation. My thought is to create that on top of OpenSSL, whether by plugin or FFI/Alien. OpenSSL provides non-blocking calls, but my recollection is that they are not simple to use. A plugin that can start OS threads to prevent blocking (on connect, read, and write) might be the easiest approach. Perhaps someone who actually knows something about Squeak plugins could comment on whether that makes any sense :) Bill -----Original Message----- From: pharo-project-bounces@lists.gforge.inria.fr [mailto:pharo-project-bounces@lists.gforge.inria.fr] On Behalf Of Hernán Morales Durand Sent: Tuesday, August 11, 2009 12:22 PM To: Pharo-project@lists.gforge.inria.fr Subject: Re: [Pharo-project] SWHTTPClient http://universes.dnsalias.net/universes/repositories/squeak-3.9/SWHTTPClient... 2009/8/11 Hernan Wilkinson <hernan.wilkinson@gmail.com>:
Does anybody know how to download the SWHTTPClient? (still looking for a https client :-) )
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project