adds HTTP PATCH support to the mixed proxy

This commit is contained in:
Kurt Schwarz 2018-11-30 15:15:14 -05:00
parent b44fd344f4
commit 54a75d6972

View File

@ -22,6 +22,7 @@ var httpMethods = [...][]byte{
[]byte("HEAD"), []byte("HEAD"),
[]byte("OPTIONS"), []byte("OPTIONS"),
[]byte("TRACE"), []byte("TRACE"),
[]byte("PATCH"),
} }
// MixedProxy struct // MixedProxy struct