http - POST size of request for lua nginx -
i try parse post request using serer-side lua nginx(lua-resty-upload). in case want detect size of post request(and files inside) beforehand. possile detect length while request parsing?does http-post contain information aout own size ?
the content-length header should you're looking for.
Comments
Post a Comment