-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Closed
Description
I'd like to add support for the LOCK/UNLOCK HTTP verbs as I am developing an application that expects to consume these verbs before synchronizing a conflicting operation on shared state. Prior to adding this support to Echo I'd like to gain some agreement that a patch will be accepted for this functionality as there is not an http.MethodLock
constant in the net/http
library. I can either add this method in the constants in echo.go
or I can add it inline.