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
Copy file name to clipboardExpand all lines: docs/en/latest/plugins/dubbo-proxy.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -99,7 +99,7 @@ APISIX dubbo plugin uses `hessian2` as the serialization protocol. It supports o
99
99
100
100
Your dubbo config should be configured to use `hessian2` as the serialization protocol.
101
101
102
-
```xml
102
+
```yml
103
103
dubbo:
104
104
...
105
105
protocol:
@@ -119,7 +119,7 @@ public interface DemoService {
119
119
120
120
If you need to pass request data, you can add the data to the HTTP request header. The plugin will convert the HTTP request header to the request data of the Dubbo service. Here is a sample HTTP request that passes `user` information:
0 commit comments