Is there any way to use method PATCH inside either POST or PUT?
I'm using a smart mirror repo on my Raspberry Pi, and the only methods it has for custom commands are GET/POST/PUT. And the only method the GPIO-Server has is PATCH I've tried put but it just returns a 405 Method Not Allowed.