luci-lib-base: forward luci.http.context.request.message to ucode
authorJo-Philipp Wich <jo@mein.io>
Mon, 19 Sep 2022 12:20:27 +0000 (14:20 +0200)
committerJo-Philipp Wich <jo@mein.io>
Mon, 24 Oct 2022 23:03:37 +0000 (01:03 +0200)
commitcea2c3578efe7ab36219f06985d01a4771aeb070
tree1ddd734e18b305a060651c4cbd29ca1c9c456123
parentd9dcefd2aa45ff123aa536d5e883b17a6cd8a9b6
luci-lib-base: forward luci.http.context.request.message to ucode

Some existing LuCI application code accesses the
`luci.http.context.request.message.params` HTTP parameter table directly.

Forward the `luci.http.context.request.message` object to the ucode
`luci.http.message` instance in order to properly support this.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
libs/luci-lib-base/luasrc/http.lua