[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: LunarCGI (was Re: CGI.lua - A native CGI Interface)
- From: Sebastien Lai <237482@...>
- Date: Wed, 6 Jul 2011 21:27:26 +0200
On Wed, Jul 6, 2011 at 6:56 PM, Petite Abeille <petite.abeille@gmail.com> wrote:
>
> On Jul 6, 2011, at 3:32 PM, Matthias Diener wrote:
>
>> Is it necessary for a basic library to parse MIME at all?
>> I'd written a small cgi lib as well (http://code.macarony.de/cgi_lua/).
>
> http://code.macarony.de/cgi_lua/file/62f8f7c5196f/cgi.lua#l415
>
>> It just split's up the multipart.
>
> Split, parse, same difference.
>
I guess that makes it indeed a little easier.. I'll try to implement
it that way, wish me luck;)