Compatible way to enhance context.Param(), support fetch data from Route:key, _GET, _POST, _COOKIE.

This commit is contained in:
axiuno 2018-11-06 11:23:21 +08:00
parent 5e0af193d7
commit 7d756b19eb

View File

@ -16,7 +16,7 @@ import (
"os"
"strings"
"time"
"strconv"
"github.com/gin-contrib/sse"
"github.com/gin-gonic/gin/binding"
"github.com/gin-gonic/gin/render"