leno23 opened a new pull request, #3376: URL: https://github.com/apache/dubbo-go/pull/3376
### Description Refs #2158. This PR documents how to pass HTTP headers from an HTTP gateway such as Gin to a Dubbo provider: - Dubbo client filters cannot read HTTP framework headers directly. - HTTP handlers should extract required headers and place them into `context.Context`. - A custom Dubbo client filter can copy those values into invocation attachments with `SetAttachment`. ### Checklist - [x] I confirm the target branch is `main` - [x] Code has passed local testing (`git diff --check`) - [x] Tests are not required because this is documentation-only -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
