luci-base: handle bodies of non-POST requests as well
authorJo-Philipp Wich <jo@mein.io>
Tue, 24 Apr 2018 18:29:59 +0000 (20:29 +0200)
committerJo-Philipp Wich <jo@mein.io>
Thu, 26 Apr 2018 06:26:19 +0000 (08:26 +0200)
Decode the HTTP message bodies of any request carrying a Content-Length
header, not just those in POST requests.

This allows handling parameters in other methods, OPTIONS in particular.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>

No differences found