# Functions
DemoDownload 文件下载接口 http://127.0.0.1:8082/test/demoDownload/README.md 下载当前服务运行目录下的指定文件.
DemoGet GET接口 http://127.0.0.1:8082/test/demoGet/123?type=1&price=10.24&name=dpwgc.
DemoMiddleware 中间件.
DemoPost POST接口 http://127.0.0.1:8082/test/demoPost
{
"id": 123,
"name": "dpwgc"
}
*/.
DemoUpload 文件上传接口 http://127.0.0.1:8082/test/demoUpload Form表单参数 'file' -> '文件'.
DemoWS Websocket连接 ws://127.0.0.1:8082/test/demoWS/123.