0.1.0 • Published 9 years ago
good-requests-filter v0.1.0
good-requests-filter
Simple transform stream for filtering specific request logging with good
Good Requests Filter
Extends Stream.Transform
and filters requests logs which match given regular expressions
new GoodRequestsFilter (options)
Creates a new GoodRequestsFilter
transform stream.
options
an object with apaths
property which is an array of regular expressions to filter. For example `{ paths: /\/swaggerui\/*/ }
0.1.0
9 years ago