Today, Lua code can access fields on the StreamInfo object via handle:streamInfo() (docs). However, the API does not expose the route name, and it would be useful if it did.
The currently-exposed surface of StreamInfo seems to be defined here.
Could you please confirm if the issue is still open for contributions? I'd like to proceed with further improvements if possible. Can you assign this task to me.
Title: Expose route name in HTTP Lua filter
Description:
Today, Lua code can access fields on the
StreamInfo
object viahandle:streamInfo()
(docs). However, the API does not expose the route name, and it would be useful if it did.The currently-exposed surface of
StreamInfo
seems to be defined here.