gopher

Results 1 comments of gopher

> Hi, > > gin works as expected. You register your handle to react on HTTP-Method "GOT", which is not defined in the HTTP-Spec (see https://www.rfc-editor.org/rfc/rfc9110.html#name-methods). > > `r.Handle("GOT"...` >...