Fix(ext-proc-examples): Add RequestBody and ResponseBody handling in request processing#9183
Merged
Conversation
✅ Deploy Preview for cerulean-figolla-1f9435 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #9183 +/- ##
==========================================
- Coverage 75.48% 75.48% -0.01%
==========================================
Files 252 252
Lines 41642 41642
==========================================
- Hits 31435 31434 -1
- Misses 8075 8077 +2
+ Partials 2132 2131 -1 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Contributor
|
This pull request has been automatically marked as stale because it has not had activity in the last 30 days. Please feel free to give a status update now, ping for review, when it's ready. Thank you for your contributions! |
Contributor
Author
Contributor
|
@abe-servescale, DCO is failing, can you sign your commit and force push |
…uests Signed-off-by: Andrea Abellonio <andrea.abellonio@servescale.ai>
zirain
approved these changes
Jul 15, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
When following the procedure in the page: link. I noticed an error when sending request to the ext-proc:
Unknown Request type &{body:"{\n \"path\": \"/myapp\",\n \"host\": \"www.example.com\",\n \"method\": \"GET\",\n \"proto\": \"HTTP/1.1\",\n \"headers\": {\n \"Accept\": [\n \"*/*\"\n ],\n \"User-Agent\": [\n \"curl/7.81.0\"\n ],\n \"X-Env │ │ oy-External-Address\": [\n \"127.0.0.1\"\n ],\n \"X-Forwarded-For\": [\n \"10.42.0.9\"\n ],\n \"X-Forwarded-Proto\": [\n \"http\"\n ],\n \"X-Request-Ext-Processed\": [\n \"true\"\n ],\n \"X-Request-Id\": [\n \"3cb7e724-0743-4509-ab4c-7df78decc7a0\"\ │ │ n ]\n },\n \"httpPort\": \"3000\",\n \"namespace\": \"default\",\n \"ingress\": \"\",\n \"service\": \"\",\n \"pod\": \"backend-7878cc679d-t9n7h\"\n}" end_of_stream:true}I have solved the issue with this edit (done with chatgpt codex).