ufairiya / mongoose

Automatically exported from code.google.com/p/mongoose
MIT License
0 stars 0 forks source link

Can't get post data from the API #167

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

Seems there is no api or structure member to get the value of the POST data, 
can anyone help, thanks.

Mongoose 2.9 from head of the svn trunk.

Original issue reported on code.google.com by hlo...@gmail.com on 4 Sep 2010 at 8:52

GoogleCodeExporter commented 9 years ago
You can read POST data by using mg_read().
The length of the POST data is in the Content-Length header.
I'll update wiki soon, please see mongoose.h for now.

Original comment by valenok on 4 Sep 2010 at 10:24