On Wed, Nov 28, 2012 at 2:19 AM, nr <[email protected]> wrote: > > If I do want to get the HTTP request hearder while in the callback > function, how do I do that? > > In my program I do set a session cookie with unique session id number that > is included in every client request as a single line in the HTTP header. > > Regards, > Bjön > _______________________________________________ > Monkey mailing list > [email protected] > http://lists.monkey-project.com/listinfo/monkey > > that is no supported yet in the Library version, if you are playing with cookies and sessions i recommend you to take a look to the Duda framework:
http://duda.io there you have a few C pseudo-objects to handle sessions, cookies and customize response headers: http://duda.io/api/session.html if you want come to irc.freenode.net #monkey so we can give you further assistance, regards, -- Eduardo Silva http://edsiper.linuxchile.cl http://www.monkey-project.com
_______________________________________________ Monkey mailing list [email protected] http://lists.monkey-project.com/listinfo/monkey
