Libhttp: Not done, but good enough to post about.
[Thread Prev] | [Thread Next]
[Date Prev] | [Date Next]
- Subject: Libhttp: Not done, but good enough to post about.
- From: Ori Bernstein <ori@xxxxxxxxxxxxxx>
- Date: Sat, 6 May 2017 23:51:27 -0700
- To: myrddin-dev@xxxxxxxxxxxxxx
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
- Next by Date: attempting to port to DFBSD
- Next by thread: attempting to port to DFBSD
- Index(es):