mkopylec / charon-spring-boot-starter

Reverse proxy implementation in form of a Spring Boot starter.
Apache License 2.0
240 stars 54 forks source link

Allow request mappings to handle a request based on host #123

Open jwgmeligmeyling opened 3 years ago

jwgmeligmeyling commented 3 years ago

Fixes #121

codecov-commenter commented 3 years ago

Codecov Report

Merging #123 (7c4993c) into master (f6311c9) will decrease coverage by 0.22%. The diff coverage is 50.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #123      +/-   ##
============================================
- Coverage     90.80%   90.58%   -0.23%     
- Complexity      542      544       +2     
============================================
  Files           167      167              
  Lines          1849     1858       +9     
  Branches         54       55       +1     
============================================
+ Hits           1679     1683       +4     
- Misses          148      152       +4     
- Partials         22       23       +1     
Impacted Files Coverage Δ
...charon/configuration/RequestMappingConfigurer.java 86.66% <0.00%> (-13.34%) :arrow_down:
...ron/configuration/RequestMappingConfiguration.java 83.92% <50.00%> (-2.61%) :arrow_down:
...ylec/charon/forwarding/RequestMappingResolver.java 94.73% <75.00%> (-5.27%) :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 f6311c9...7c4993c. Read the comment docs.