Gin Web Framework
- Using GET,POST,PUT,PATCH,DELETE and OPTIONS
- Querystring parameters
- Another example: query + post form
- Grouping routes
- Using middleware
- Custom Validators
- Bind Query String or Post Data
- Multipart/Urlencoded binding
- Serving static files
- HTML rendering
- Custom Middleware
- Goroutines inside a middleware
- Support Let’s Encrypt
- Graceful restart or stop
- Bind form-data request with custom struct