parent
c54d0ded74
commit
4d18e6d236
2 changed files with 16 additions and 0 deletions
@ -0,0 +1,10 @@ |
||||
syntax = "proto3"; |
||||
|
||||
package envoy.api.v2.filter.http; |
||||
|
||||
// The Lua filter allows for generic scripting in an HTTP filter context. |
||||
// TODO(mattklein123): Link to filter docs. |
||||
message Lua { |
||||
// The Lua code to execute. |
||||
string inline_code = 1; |
||||
} |
Loading…
Reference in new issue