|
- Gin Web Framework
Gin帮助您更好地组织您的路由,例如,按照需要授权和不需要授权和不同API版本进行分组。 此外,路由分组可以无限嵌套而不降低性能。
- Gin Web Framework
What is Gin? Gin is a web framework written in Golang It features a Martini-like API, but with performance up to 40 times faster than Martini If you need performance and productivity, you will love Gin
- 文档 | Gin Web Framework
Gin 是什么? Gin 是一个用 Go (Golang) 编写的 HTTP Web 框架。 它具有类似 Martini 的 API,但性能比 Martini 快 40 倍。 如果你需要极好的性能,使用 Gin 吧。 如何使用 Gin? 我们提供了一些 API 的使用示例并罗列了一些众所周知的 Gin 用户 如何为 Gin 做贡献? 在社区帮助
- Introduction | Gin Web Framework
Gin provides a convenient way to collect all the errors occurred during a HTTP request Eventually, a middleware can write them to a log file, to a database and send them through the network
- 快速入门 | Gin Web Framework
要求 Go 1 16 及以上版本 安装 要安装 Gin 软件包,需要先安装 Go 并设置 Go 工作区。 1 下载并安装 gin:
- Features | Gin Web Framework
Overview Gin v1 stable features Features Gin v1 stable features Zero allocation router Still the fastest http router and framework From routing to writing Complete suite of unit tests
- 部署 | Gin Web Framework
Gin 允许你指定哪些请求头可以保存真实的客户端 IP(如果有的话),以及你信任哪些代理(或直接客户端)可以设置这些请求头。
- 介绍 | Gin Web Framework
介绍 Gin 是一个用 Go (Golang) 编写的 Web 框架。 它具有类似 martini 的 API,性能要好得多,多亏了 httprouter,速度提高了 40 倍。 如果您需要性能和良好的生产力,您一定会喜欢 Gin。 在本节中,我们将介绍 Gin 是什么,它解决了哪些问题,以及它如何帮助你的项目。
|
|
|