docs/web/router-registering-strict-router-example #132
Replies: 1 comment
-
可否提供一下各类型请求(/GET/PUT/POST/DELETE)以及各类型参数位置(header/path/query/cookie)的示例? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
docs/web/router-registering-strict-router-example
使用GoFrame框架设置和运行一个简单的Hello服务示例,重点展示了配置文件的使用、路由定义和SwaggerUI页面的自动生成。此外,还探讨了接口文档生成、返回中间件处理以及如何定义规范化接口路径等问题,为开发者提供了一种便捷的方法来生成和测试API。
https://goframe.org/docs/web/router-registering-strict-router-example
Beta Was this translation helpful? Give feedback.
All reactions