- Examples
- AsciiJSON
- Bind form-data request with custom struct
- Bind html checkboxes
- Bind query string or post data
- Bind Uri
- Build a single binary with templates
- Controlling Log output coloring
- Custom HTTP configuration
- Custom log file
- Custom Middleware
- Custom validators
- Define format for the log of routes
- Goroutines inside a middleware
- Graceful restart or stop
- Grouping routes
- How to write log file
- HTML rendering
- HTTP2 server push
- JSONP
- Map as querystring or postform parameters
- Model binding and validation
- Multipart/Urlencoded binding
- Multipart/Urlencoded form
- Multitemplate
- Only bind query string
- Parameters in path
- PureJSON
- Query and post form
- Query string parameters
- Redirects
- Run multiple service
- SecureJSON
- Serving data from reader
- Serving static files
- Set and get a cookie
- Support Let’s Encrypt
- Try to bind body into different structs
- Upload files
- Using BasicAuth middleware
- Using HTTP method
- Using middleware
- Without middleware by default
- XML/JSON/YAML/ProtoBuf rendering
Examples
The section lists api usage.
AsciiJSON
Bind form-data request with custom struct
Bind html checkboxes
Bind query string or post data
Bind Uri
Build a single binary with templates
Controlling Log output coloring
Custom HTTP configuration
Custom log file
Custom Middleware
Custom validators
Define format for the log of routes
Goroutines inside a middleware
Graceful restart or stop
Grouping routes
How to write log file
HTML rendering
HTTP2 server push
JSONP
Map as querystring or postform parameters
Model binding and validation
Multipart/Urlencoded binding
Multipart/Urlencoded form
Multitemplate
Only bind query string
Parameters in path
PureJSON
Query and post form
Query string parameters
Redirects
Run multiple service
SecureJSON
Serving data from reader
Serving static files
Set and get a cookie
Support Let’s Encrypt
Try to bind body into different structs
Upload files
Using BasicAuth middleware
Using HTTP method
Using middleware
Without middleware by default
XML/JSON/YAML/ProtoBuf rendering
Last modified March 7, 2020 : add blog dir (#115) (f46734b)