Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTTP Caching #82

Closed
wants to merge 8 commits into from
Closed

HTTP Caching #82

wants to merge 8 commits into from

Conversation

hyperxpro
Copy link
Member

Closes #30

@hyperxpro hyperxpro added this to the v1.0.0 milestone Mar 25, 2021
@hyperxpro hyperxpro added this to In progress in ExpressGateway v1.0.0 Release via automation Mar 25, 2021
@hyperxpro hyperxpro linked an issue Mar 25, 2021 that may be closed by this pull request
@codecov-io
Copy link

Codecov Report

Merging #82 (a2c38ee) into main (5cb86c9) will increase coverage by 0.63%.
The diff coverage is 59.33%.

Impacted file tree graph

@@             Coverage Diff              @@
##               main      #82      +/-   ##
============================================
+ Coverage     39.95%   40.59%   +0.63%     
- Complexity      425      446      +21     
============================================
  Files           146      152       +6     
  Lines          3201     3321     +120     
  Branches        238      251      +13     
============================================
+ Hits           1279     1348      +69     
- Misses         1775     1813      +38     
- Partials        147      160      +13     
Impacted Files Coverage Δ Complexity Δ
...aze/expressgateway/concurrent/GlobalExecutors.java 0.00% <0.00%> (ø) 0.00 <0.00> (ø)
...gateway/configuration/ConfigurationMarshaller.java 22.22% <ø> (ø) 2.00 <0.00> (ø)
...sgateway/configuration/http/HTTPConfiguration.java 0.00% <ø> (ø) 0.00 <0.00> (ø)
...y/configuration/http/cache/CacheConfiguration.java 0.00% <0.00%> (ø) 0.00 <0.00> (?)
...guration/http/cache/QueryStringCacheBehaviour.java 0.00% <0.00%> (ø) 0.00 <0.00> (?)
...xpressgateway/protocol/http/DownstreamHandler.java 56.75% <ø> (ø) 9.00 <0.00> (ø)
...eldblaze/expressgateway/protocol/http/Headers.java 0.00% <0.00%> (ø) 0.00 <0.00> (?)
...otocol/http/adapter/http2/HTTP2InboundAdapter.java 80.18% <ø> (ø) 24.00 <0.00> (ø)
...pressgateway/protocol/http/cache/CacheHandler.java 0.00% <0.00%> (ø) 0.00 <0.00> (?)
...e/expressgateway/protocol/tcp/UpstreamHandler.java 57.57% <0.00%> (+3.03%) 5.00 <0.00> (ø)
... and 16 more

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 5cb86c9...a2c38ee. Read the comment docs.

@hyperxpro
Copy link
Member Author

To be fulfilled after netty/netty#11135 merge.

@hyperxpro hyperxpro closed this Apr 1, 2021
ExpressGateway v1.0.0 Release automation moved this from In progress to Done Apr 1, 2021
@hyperxpro hyperxpro moved this from Done to To do in ExpressGateway v1.0.0 Release Apr 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

[Feature] HTTP Caching
2 participants