-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dynamic_modules: adds body read/write callbacks (#38102)
Commit Message: dynamic_modules: adds body reader/writer functionality Additional Description: This adds the following ABI functions: * envoy_dynamic_module_callback_http_get_request_body_vector_size * envoy_dynamic_module_callback_http_append_request_body * envoy_dynamic_module_callback_http_drain_request_body * envoy_dynamic_module_callback_http_get_response_body_vector * envoy_dynamic_module_callback_http_get_response_body_vector_size * envoy_dynamic_module_callback_http_append_response_body * envoy_dynamic_module_callback_http_drain_response_body which allows the modules to read and write HTTP body buffers, including the ability to replace the entire body with a new one. This completes the initial series of dynamic module feature patches and after this, the documentation and integration tests will be worked on. Risk Level: low Testing: done Docs Changes: n/a Release Notes: n/a Platform Specific Features: n/a --------- Signed-off-by: Takeshi Yoneda <[email protected]>
- Loading branch information
Showing
10 changed files
with
888 additions
and
1 deletion.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.