gin icon indicating copy to clipboard operation
gin copied to clipboard

Support COPY http method in RFC 4918 specs

Open kengleong opened this issue 2 years ago • 1 comments

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

kengleong avatar Apr 15 '22 04:04 kengleong