Francis Lavoie
3 years ago
committed by
GitHub
3 changed files with 48 additions and 1 deletions
@ -0,0 +1,27 @@ |
|||
:8080 { |
|||
method FOO |
|||
} |
|||
---------- |
|||
{ |
|||
"apps": { |
|||
"http": { |
|||
"servers": { |
|||
"srv0": { |
|||
"listen": [ |
|||
":8080" |
|||
], |
|||
"routes": [ |
|||
{ |
|||
"handle": [ |
|||
{ |
|||
"handler": "rewrite", |
|||
"method": "FOO" |
|||
} |
|||
] |
|||
} |
|||
] |
|||
} |
|||
} |
|||
} |
|||
} |
|||
} |
Loading…
Reference in new issue