- get req params
ctx.Param("id")
- get req query
c.Query("lastname")
- get req body
ctx.Bind(&fruit)
//or
name := c.PostForm("name")
.
ctx.Param("id")
c.Query("lastname")
ctx.Bind(&fruit)
//or
name := c.PostForm("name")
.
For further actions, you may consider blocking this person and/or reporting abuse
Mike Young -
Angesh Singh -
Shanu -
Bhuwan chettri -
Top comments (4)
tes komen 3
tes komen 2
tes
tes replyl