You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2022/11/06 14:30:52 UTC

[GitHub] [dubbo-go-pixiu] nicktming commented on pull request #518: Feat http dubbo triple

nicktming commented on PR #518:
URL: https://github.com/apache/dubbo-go-pixiu/pull/518#issuecomment-1304814682

   当用户在proto里面自定义http 路径   我理解这部分dubbo-pixiu应该可以主动识别并动态加载以及实现从http->dubbo的转换 可以参考https://zhuanlan.zhihu.com/p/543669815  https://github.com/zeromicro/go-zero 参考这个网关项目 http -> grpc 
   
   
   因为目前 http -> dubbo (triple协议) 还只识别 body; 这样就没法支持GET请求
   
   我加的这部分是 http -> dubbo (triple) 可以识别 uri, queryString, body, 这样可以支持基本的增删改查请求(GET|PUT|POST|DELETE已测); 
   
   
    
   
   
   


-- 
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: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org