|
@@ -5,11 +5,12 @@ package browserforwarder
|
|
|
import (
|
|
import (
|
|
|
"bytes"
|
|
"bytes"
|
|
|
"context"
|
|
"context"
|
|
|
- "github.com/v2fly/v2ray-core/v4/features/extension"
|
|
|
|
|
"io"
|
|
"io"
|
|
|
"net/http"
|
|
"net/http"
|
|
|
"time"
|
|
"time"
|
|
|
|
|
|
|
|
|
|
+ "github.com/v2fly/v2ray-core/v4/features/extension"
|
|
|
|
|
+
|
|
|
"github.com/v2fly/BrowserBridge/handler"
|
|
"github.com/v2fly/BrowserBridge/handler"
|
|
|
|
|
|
|
|
"github.com/v2fly/v2ray-core/v4/common"
|
|
"github.com/v2fly/v2ray-core/v4/common"
|