[Haskell-cafe] Connection helpers: for people interested in
network code
Adam Langley
agl at imperialviolet.org
Tue Mar 4 11:15:24 EST 2008
On Tue, Mar 4, 2008 at 7:31 AM, Bjorn Bringert <bjorn at bringert.net> wrote:
> you may want to have a look at the socket abstraction used in the HTTP package:
>
> http://hackage.haskell.org/packages/archive/HTTP/3001.0.4/doc/html/Network-Stream.html
>
> It would be great to get HTTPS support going!
I should have mentioned that I had seen this in the original email. I
think the major problem with this interface was that it was written in
the time before ByteStrings. Now that we have ByteStrings I think that
it makes a lot of sense for networking to use them.
However, it shouldn't be too hard to wrap HsOpenSSL in this interface.
I might try this this week. Then HTTPS should Just Work (maybe ;)
AGL
--
Adam Langley agl at imperialviolet.org http://www.imperialviolet.org
More information about the Haskell-Cafe
mailing list