add api document on the README

This commit is contained in:
w169q169 2018-04-26 08:48:43 +08:00
parent abd2ec4372
commit c5325c190e

View File

@ -38,7 +38,7 @@ Gin is a web framework written in Go (Golang). It features a martini-like API wi
- [Bind HTML checkboxes](#bind-html-checkboxes)
- [Multipart/Urlencoded binding](#multiparturlencoded-binding)
- [XML, JSON and YAML rendering](#xml-json-and-yaml-rendering)
- [JSONP rendering](#jsonp-rendering)
- [JSONP rendering](#jsonp)
- [Serving static files](#serving-static-files)
- [HTML rendering](#html-rendering)
- [Multitemplate](#multitemplate)