-
Notifications
You must be signed in to change notification settings - Fork 14
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
Trf support for http server #100
Conversation
raakella1
commented
Aug 30, 2024
- Add trf auth verification support for http server.
- Add restart server functionality in http server
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #100 +/- ##
==========================================
+ Coverage 45.26% 45.33% +0.06%
==========================================
Files 54 54
Lines 4012 4059 +47
Branches 478 484 +6
==========================================
+ Hits 1816 1840 +24
- Misses 2065 2088 +23
Partials 131 131 ☔ View full report in Codecov by Sentry. |
LGTM. |
Relevant changes: eBay/IOManager#100
Relevant changes: eBay/IOManager#100
Relevant changes: eBay/IOManager#100
* Adaptive changes for HttpManager Relevant changes: eBay/IOManager#100 * Remove http start logic * fix UT