Albumen Kevin created DUBBO-112:
-----------------------------------
Summary: Dubbo GSoC 2023 - Refactor the http layer
Key: DUBBO-112
URL: https://issues.apache.org/jira/browse/DUBBO-112
Project: Apache Dubbo
Issue Type: Task
Reporter: Albumen Kevin
h2. Background
Dubbo currently supports the rest protocol based on http1, and the triple
protocol based on http2, but currently the two protocols based on the http
protocol are implemented independently, and at the same time, they cannot
replace the underlying implementation, and their respective implementation
costs are relatively high.
h2. Target
In order to reduce maintenance costs, we hope to be able to abstract http. The
underlying implementation of the target implementation of http has nothing to
do with the protocol, and we hope that different protocols can reuse related
implementations.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)