ffuff/pkg/filter
DoI 965f282c0b
Response time logging and filtering (#433)
* Added response time reporting and filtering

* Update to use the http config context

* Added changelog and contributor info

* Round time output in stdout to nearest millisecond

* Change stdout duration rounding to use Milliseconds()

* Go back to Round() for timing output

* Changed stdout to display millisecond durations

Co-authored-by: Joona Hoikkala <joohoi@users.noreply.github.com>
2021-05-17 00:10:56 +03:00
..
filter_test.go Response time logging and filtering (#433) 2021-05-17 00:10:56 +03:00
filter.go Response time logging and filtering (#433) 2021-05-17 00:10:56 +03:00
lines_test.go Fix filter tests (#368) 2020-12-28 13:53:09 +02:00
lines.go Interactive mode and recursion-strategy (#426) 2021-04-18 12:54:17 +03:00
regex.go Interactive mode and recursion-strategy (#426) 2021-04-18 12:54:17 +03:00
regexp_test.go Fix filter tests (#368) 2020-12-28 13:53:09 +02:00
size_test.go pkg: handle gosimple linter findings (#322) 2020-10-03 10:45:07 +03:00
size.go Interactive mode and recursion-strategy (#426) 2021-04-18 12:54:17 +03:00
status_test.go pkg: handle gosimple linter findings (#322) 2020-10-03 10:45:07 +03:00
status.go Interactive mode and recursion-strategy (#426) 2021-04-18 12:54:17 +03:00
time_test.go Response time logging and filtering (#433) 2021-05-17 00:10:56 +03:00
time.go Response time logging and filtering (#433) 2021-05-17 00:10:56 +03:00
words_test.go pkg: handle gosimple linter findings (#322) 2020-10-03 10:45:07 +03:00
words.go Interactive mode and recursion-strategy (#426) 2021-04-18 12:54:17 +03:00