24 lines
378 B
Lua
24 lines
378 B
Lua
return {
|
|
name = "enable-buffering",
|
|
fields = {
|
|
{
|
|
config = {
|
|
type = "record",
|
|
fields = {
|
|
{
|
|
phase = {
|
|
type = "string",
|
|
default = "header_filter",
|
|
},
|
|
},
|
|
{
|
|
mode = {
|
|
type = "string",
|
|
},
|
|
},
|
|
},
|
|
},
|
|
},
|
|
},
|
|
}
|