You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update Header functionality:
After receiving HttpRequest unbinded from SDK, update incoming HTTP request accordingly.
For PR#3, the detail logic for updateHeader function has not be implemented yet. It only returns absl::OkStatus() and do nothing.
Please checkout PR#3 for more detail.
The text was updated successfully, but these errors were encountered:
For PR#6, the dependency of HttpRequest (boost beast) has been successfully imported into Envoy. So the detail logic for updateHeader function has been implemented.
updateHeader takes an HttpRequest as input parameter and update the previous saved header accordingly.
But for now, the input HttpRequest is still a dummy request that is previous determined. Still need to wait for CloudEvents SDK to be imported to Envoy
Update Header functionality:
After receiving
HttpRequest
unbinded from SDK, update incoming HTTP request accordingly.For PR#3, the detail logic for
updateHeader
function has not be implemented yet. It only returnsabsl::OkStatus()
and do nothing.Please checkout PR#3 for more detail.
The text was updated successfully, but these errors were encountered: