0.1.0 • Published 8 years ago

good-requests-filter v0.1.0

Weekly downloads
163
License
BSD-3-Clause
Repository
github
Last release
8 years ago

good-requests-filter

Simple transform stream for filtering specific request logging with good

Build status

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 a paths property which is an array of regular expressions to filter. For example `{ paths: /\/swaggerui\/*/ }