
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.
后端 385人已学习
目录
-
Contents(内容)
415 浏览
- Installation 251 浏览
- Prerequisite 227 浏览
- Quick start 207 浏览
- Benchmarks 184 浏览
- Gin v1.stable 187 浏览
- Build with jsoniter 259 浏览
-
API Examples
221 浏览
- Using GET,POST,PUT,PATCH,DELETE and OPTIONS 315 浏览
- Parameters in path 242 浏览
- Querystring parameters 220 浏览
- Multipart/Urlencoded Form 188 浏览
- Another example: query + post form 182 浏览
- Upload files 209 浏览
- Grouping routes 196 浏览
- Blank Gin without middleware by default 252 浏览
- Using middleware 238 浏览
- How to write log file 247 浏览
- Model binding and validation 230 浏览
- Custom Validators 240 浏览
- Only Bind Query String 223 浏览
- Bind Query String or Post Data 215 浏览
- Bind HTML checkboxes 222 浏览
- Multipart/Urlencoded binding 201 浏览
- XML, JSON and YAML rendering 183 浏览
- Serving static files 206 浏览
- Serving data from reader 198 浏览
- HTML rendering 224 浏览
- Multitemplate 197 浏览
- Redirects 177 浏览
- Custom Middleware 228 浏览
- Using BasicAuth() middleware 229 浏览
- Goroutines inside a middleware 210 浏览
- Custom HTTP configuration 213 浏览
- Support Let’s Encrypt 270 浏览
- Run multiple service using Gin 239 浏览
- Graceful restart or stop 401 浏览
- Build a single binary with templates 253 浏览
- Bind form-data request with custom struct 243 浏览
- Try to bind body into different structs 253 浏览
- http2 server push 228 浏览
- Testing 200 浏览
- Users 174 浏览
- AUTHORS 223 浏览
- Benchmark System 269 浏览
- CHANGELOG 258 浏览
- Contributor Covenant Code of Conduct 219 浏览
- Contributing 195 浏览
- Guide to run Gin under App Engine LOCAL Development Server 203 浏览
- How to use 249 浏览
- How to run this example 213 浏览
- How to generate RSA private key and digital certificate 231 浏览
- Struct level validations 174 浏览
- Gin Default Server 217 浏览