chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] Code for parsing multipart/form-data


From: Jörg F . Wittenberger
Subject: Re: [Chicken-users] Code for parsing multipart/form-data
Date: 22 Sep 2011 11:36:28 +0200

On Sep 20 2011, Santosh Rajan wrote:

Hi,

I am looking for chicken code for parsing multipart/form-data. Can anyone
point me to the code please? Sure it must be there somewhere, at least in
the web server code.

There is also at http://ball.askemos.org/InstallResources
the Code for Askemos.  It's maintained.  (Runs at all the servers of
askemos.org at this moment 3 hosts with Chicken and 3 with RScheme.)

You will need both (still at this time), the RScheme tarball
(which contains the R5RS code too) and the chicken port (chicken
specific code only).

For the MIME parser and serialiser see the directory mechanism/notation.

See http://ball.askemos.org/BALLFeatures to get an idea what is in the
other directories.

(Note that the HTTP/S server/client implementation might look a bit strange;
not only has it been grown over time to run on two different Schemes,
since it runs in a p2p environment, it needs to be careful to maintain
resources and watch timeouts all the time.
On top of that it supports some magic to "reverse" connections, where
the "client" - which has opened the network connection - will act as
server wrt. HTTP.)

Best regards
/Jörg
...



reply via email to

[Prev in Thread] Current Thread [Next in Thread]