Details |
Last modification |
View Log
| RSS feed
| Rev |
Author |
Line No. |
Line |
| 3 |
liveuser |
1 |
_blog:
|
|
|
2 |
resource: validpattern.yml
|
|
|
3 |
prefix: /{foo}
|
|
|
4 |
defaults: { 'foo': '123' }
|
|
|
5 |
requirements: { 'foo': '\d+' }
|
|
|
6 |
options: { 'foo': 'bar' }
|
|
|
7 |
host: ""
|
|
|
8 |
condition: 'context.getMethod() == "POST"'
|