Skip to content
This repository was archived by the owner on Apr 5, 2022. It is now read-only.

Commit c665107

Browse files
committed
Фикс билда
1 parent a411e66 commit c665107

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

proxy.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ var (
2727
setCookie = []byte("Set-Cookie")
2828
acceptEncoding = []byte("Accept-Encoding")
2929
contentEncoding = []byte("Content-Encoding")
30-
methodOptions = []byte("OPTIONS")
3130
)
3231

3332
type ProxyConfig struct {

shared/constants.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
package shared
2+
3+
var (
4+
MethodOptions = []byte("OPTIONS")
5+
)

0 commit comments

Comments
 (0)