keplerproject / wsapi

WSAPI is an API that abstracts the web server from Lua web applications.
http://keplerproject.github.io/wsapi
74 stars 33 forks source link

POST['post_data'] #34

Open h4rm opened 10 years ago

h4rm commented 10 years ago

Hey, it took me some time to figure out that the POST body is stored in POST['post_data'] if the content type is not url-encoded or multiform. Is it possible to include that information in the documentation? Otherwise, I'm pretty happy, keep it up! Cheers, Ben