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