10 lines
195 B
YAML
10 lines
195 B
YAML
|
-
|
||
|
regex: ['GET [^ ]+ HTTP']
|
||
|
response: 'any file'
|
||
|
-
|
||
|
regex: ['GET ([^ ]+(?=\.js)[^ ]+) HTTP']
|
||
|
response: 'javascript'
|
||
|
-
|
||
|
regex: ['GET ([^ ]+(?=\.jpg)[^ ]+) HTTP']
|
||
|
file: '/some/new/image.jpg'
|