Merge pull request #80 from kiitehq/fix/adds-path-http-method

adds HTTP PATCH support to the mixed proxy
This commit is contained in:
nadoo 2018-12-01 10:04:12 +08:00 committed by GitHub
commit da055c9078
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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