feat: support to configure http settings#388
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #388 +/- ##
==========================================
- Coverage 84.98% 82.55% -2.43%
==========================================
Files 50 46 -4
Lines 4490 4157 -333
==========================================
- Hits 3816 3432 -384
- Misses 674 725 +51
☔ View full report in Codecov by Sentry. |
|
📌 This PR has been inactive for 2 days. |
|
@akhill10 This looks good to go baring a few clean ups and a rebase. |
|
I think it is good to go. @tusharmath @meskill Thanks for the reviews and patience with my lame questions as I was new to rust. Learned so many new things during the process. 😄 |
|
Thank you once again @akhill10 🙏 |
* commit '69814ec785fef5d5cf3d4ba925a4910e0a09715e': refactor: use default batch settings if group_by is used (tailcallhq#497) refactor: use blueprint server throughout (tailcallhq#495) feat: hostname config in server (tailcallhq#493) Load YAML & JSON formats via CLI (tailcallhq#467) fix(deps): update rust crate regex to 1.10.1 (tailcallhq#491) fix(deps): update rust crate async-trait to 0.1.74 (tailcallhq#492) feat: support custom-headers (tailcallhq#455) fix: n + 1 issue (tailcallhq#487) fix: mandatory file path refactor: drop key from group by (tailcallhq#484) feature: load multiple configs via CLI (tailcallhq#482) feat: merge right on config (tailcallhq#476) doc: example update fix: upstream setting keys should be optional (tailcallhq#474) refactor: prerequisite to test multi sdl (tailcallhq#475) refactor: use btreeset where duplicates are not allowed (tailcallhq#478) fix: info loss in const serialisation (tailcallhq#477) feat: support to configure http settings (tailcallhq#388)
Summary:
Support to configure http settings in the server operator
Issue Reference(s):
Fixes #383
Build & Testing:
cargo testsuccessfully../lint.shto address and fix linting issues.Checklist:
/claim #383