Gin is a HTTP web framework written in Go (Golang). It features a Martini-like API with much better performance -- up to 40 times faster. If you need smashing performance, get yourself some Gin.
I am trying to define HTTP method COPY in my gin router as defined by RFC 4918 specification but gin router group does not support it. It only supports POST, PATCH, GET, DELETE, PUT, OPTIONS and HEAD
I am trying to define HTTP method COPY in my gin router as defined by RFC 4918 specification but gin router group does not support it. It only supports POST, PATCH, GET, DELETE, PUT, OPTIONS and HEAD