Hi everyone,

This week I have been working on finishing up the request parsing
functionality for the plugin. The plugin can now handle
`application/x-www-form-urlencoded` as well as `multipart/form-data`
encoded form data and thus should be able to handle file uploads as
well although I haven't wired up the file-uploading part of the api yet.

I also implemented a configuration option for turning debugging on
or off which will decide whether a trace back of error will be send
back as response. To easily test all these, I went ahead and made a
blocking version for sending back the response. Everything seems to be
working fine.


code: https://github.com/diadara/monkey_lua
blog:
http://diadara.github.io/blog/2014/06/22/gsoc-2014-lua-scripting-support-for-monkey/



-- 
Nithin Saji
Bits Pilani
_______________________________________________
Monkey mailing list
Monkey@lists.monkey-project.com
http://lists.monkey-project.com/listinfo/monkey

Reply via email to