tumblr / colossus

I/O and Microservice library for Scala
Apache License 2.0
1.14k stars 96 forks source link

Filters #613

Closed aliyakamercan closed 7 years ago

aliyakamercan commented 7 years ago

Adding ability to add a list of filters to GenRequestHandler which can filter & modify requests & response. This will make configuring tracing and gzipping response easier.

@benblack86 @DanSimon @jlbelmonte @amotamed @dxuhuang

codecov-io commented 7 years ago

Codecov Report

Merging #613 into develop will decrease coverage by 0.08%. The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #613      +/-   ##
===========================================
- Coverage    84.97%   84.88%   -0.09%     
===========================================
  Files           99       99              
  Lines         4452     4454       +2     
  Branches       361      344      -17     
===========================================
- Hits          3783     3781       -2     
- Misses         669      673       +4
Impacted Files Coverage Δ
...c/main/scala/colossus/service/RequestHandler.scala 90% <100%> (+1.11%) :arrow_up:
colossus/src/main/scala/colossus/core/Worker.scala 76.99% <0%> (-1.77%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update e41b542...b1c9128. Read the comment docs.