get

  1. O

    http GET/PUT form data as input to lua or python?

    With some other servers I've used there were some built in functions for parsing and retrieving the key-value pairs from an http GET or POST form submission. For instance Mako web server has a request:data() function. You just enter local name = request:data("username") or local pwd =...
Top