|
- 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语言开发的Web框架。 它提供类似Martini的API,但性能更佳,速度提升高达40倍。 如果你是性能和高效的追求者, 你会爱上 Gin。
- Introduction | Gin Web Framework
If you need performance and good productivity, you will love Gin In this section we will walk through what Gin is, what problems it solves, and how it can help your project
- 文档 | Gin Web Framework
文档 Gin 是什么? Gin 是一个用 Go (Golang) 编写的 HTTP Web 框架。 它具有类似 Martini 的 API,但性能比 Martini 快 40 倍。 如果你需要极好的性能,使用 Gin 吧。 如何使用 Gin? 我们提供了一些 API 的使用 示例 并罗列了一些众所周知的 Gin 用户 想要实践 Gin 概念吗?
- 快速入门 | Gin Web Framework
快速入门 要求 Go 1 16 及以上版本 安装 要安装 Gin 软件包,需要先安装 Go 并设置 Go 工作区。 1 下载并安装 gin:
- Features | Gin Web Framework
Features Gin v1 stable features Zero allocation router Still the fastest http router and framework From routing to writing Complete suite of unit tests Battle tested API frozen, new releases will not break your code
- 部署 | Gin Web Framework
Gin 允许你指定哪些请求头可以保存真实的客户端 IP(如果有的话),以及你信任哪些代理(或直接客户端)可以设置这些请求头。
- 使用中间件 | Gin Web Framework
Logger 中间件将日志写入 gin DefaultWriter,即使你将 GIN_MODE 设置为 release。
|
|
|