Golang Gin框架英文文档
Gin is a HTTP web framework written in Go (Golang). It features a Martini-like API with much better performance -- up to 40 times faster. If you need smashing performance, get yourself some Gin.
后端 341人已学习
目录
-
Contents(内容)
383 浏览
- Installation 221 浏览
- Prerequisite 206 浏览
- Quick start 185 浏览
- Benchmarks 159 浏览
- Gin v1.stable 162 浏览
- Build with jsoniter 232 浏览
-
API Examples
193 浏览
- Using GET,POST,PUT,PATCH,DELETE and OPTIONS 291 浏览
- Parameters in path 219 浏览
- Querystring parameters 199 浏览
- Multipart/Urlencoded Form 165 浏览
- Another example: query + post form 163 浏览
- Upload files 184 浏览
- Grouping routes 175 浏览
- Blank Gin without middleware by default 225 浏览
- Using middleware 211 浏览
- How to write log file 216 浏览
- Model binding and validation 200 浏览
- Custom Validators 211 浏览
- Only Bind Query String 200 浏览
- Bind Query String or Post Data 189 浏览
- Bind HTML checkboxes 200 浏览
- Multipart/Urlencoded binding 179 浏览
- XML, JSON and YAML rendering 159 浏览
- Serving static files 177 浏览
- Serving data from reader 173 浏览
- HTML rendering 205 浏览
- Multitemplate 176 浏览
- Redirects 157 浏览
- Custom Middleware 206 浏览
- Using BasicAuth() middleware 206 浏览
- Goroutines inside a middleware 184 浏览
- Custom HTTP configuration 186 浏览
- Support Let’s Encrypt 249 浏览
- Run multiple service using Gin 216 浏览
- Graceful restart or stop 382 浏览
- Build a single binary with templates 228 浏览
- Bind form-data request with custom struct 222 浏览
- Try to bind body into different structs 225 浏览
- http2 server push 204 浏览
- Testing 178 浏览
- Users 155 浏览
- AUTHORS 197 浏览
- Benchmark System 235 浏览
- CHANGELOG 229 浏览
- Contributor Covenant Code of Conduct 195 浏览
- Contributing 169 浏览
- Guide to run Gin under App Engine LOCAL Development Server 177 浏览
- How to use 224 浏览
- How to run this example 192 浏览
- How to generate RSA private key and digital certificate 206 浏览
- Struct level validations 149 浏览
- Gin Default Server 191 浏览