[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-users] Code for parsing multipart/form-data
From: |
Moritz Heidkamp |
Subject: |
Re: [Chicken-users] Code for parsing multipart/form-data |
Date: |
Wed, 21 Sep 2011 12:53:05 +0200 |
Hi Jules,
Jules Altfas <address@hidden> writes:
> A tarball of the code is available at:
> http://webserv.bmedctr.com. There's not a whole lot of documentation,
> though the code is pretty straightforward and commented. The site has
> more info.
interesting! It would be nice to have an egg for at least the MIME
parser part. For that to be usable with Spiffy it would have to be
changed to read from normal Scheme ports but that shouldn't be too
hard. If you don't want to do it yourself I might look into it!
Moritz