Eigenstate: myrddin-dev mailing list

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Libhttp: Not done, but good enough to post about.


    http://git.eigenstate.org/ori/libhttp.git/

As I've found myself wanting some http for a few things, I've started
writing a http library for Myrddin. It's still pretty crude, but it
works well enough to fetch some websites.

It also has a simple mulithreaded web server library. This library
comes with an example program that serves up the local file system.

There's a lot of work to do if I want to bang it into shape, but I
think that by Myrddin 0.2, it'll be mature enough that I can probably
serve the myrlang.org website on it.

The biggest problem with it right now is the lack of TLS(ie, SSL) support.
For that, either binding OpenBSD's libtls/libtls-portable is probably the way
forward, although I'd eventually like to finish up libcrypto enough to get a
pure Myrddin solution going.

-- 
    Ori Bernstein