mirror of
https://github.com/nadoo/glider.git
synced 2025-02-23 17:35:40 +08:00
Merge pull request #80 from kiitehq/fix/adds-path-http-method
adds HTTP PATCH support to the mixed proxy
This commit is contained in:
commit
da055c9078
@ -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