XRPLF / clio

An XRP Ledger API Server
https://xrpl.org
ISC License
55 stars 48 forks source link

Add option to set X-User header value for forwarded requests #1425

Closed kuznetsss closed 2 weeks ago

kuznetsss commented 1 month ago

Fixes #1422.

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 50.00000% with 5 lines in your changes missing coverage. Please review.

Project coverage is 67.77%. Comparing base (9d3b4f0) to head (c6ba188).

Files Patch % Lines
src/etl/ETLState.hpp 0.00% 0 Missing and 1 partial :warning:
src/etl/LoadBalancer.cpp 80.00% 1 Missing :warning:
src/etl/impl/SourceImpl.hpp 0.00% 0 Missing and 1 partial :warning:
src/rpc/common/impl/ForwardingProxy.hpp 0.00% 0 Missing and 1 partial :warning:
src/rpc/handlers/ServerInfo.hpp 0.00% 0 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #1425 +/- ## ======================================== Coverage 67.77% 67.77% ======================================== Files 233 233 Lines 9359 9363 +4 Branches 5219 5222 +3 ======================================== + Hits 6343 6346 +3 - Misses 1652 1653 +1 Partials 1364 1364 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.