mirror of
https://github.com/nadoo/glider.git
synced 2025-02-23 17:35:40 +08:00
adds HTTP PATCH support to the mixed proxy
This commit is contained in:
parent
b44fd344f4
commit
54a75d6972
@ -22,6 +22,7 @@ var httpMethods = [...][]byte{
|
||||
[]byte("HEAD"),
|
||||
[]byte("OPTIONS"),
|
||||
[]byte("TRACE"),
|
||||
[]byte("PATCH"),
|
||||
}
|
||||
|
||||
// MixedProxy struct
|
||||
|
Loading…
Reference in New Issue
Block a user