Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 363 Bytes

echo.md

File metadata and controls

28 lines (20 loc) · 363 Bytes

Echo

简单地返回接收到的请求内容,主要用于测试。

参数

配置示例

  • 简单模式

    router:
      routes:
        - id: echo-shortcut
          service: Echo
  • 完整模式

    router:
      routes:
        - id: echo-complete
          service: 
            kind: Echo