Add net/url import to forward.go for URL handling
- Introduced the net/url package import in forward.go to facilitate URL manipulation and enhance request processing in the proxy. - This change sets the groundwork for future improvements in URL handling and routing logic within the proxy implementation.
This commit is contained in:
@@ -5,6 +5,7 @@ import (
|
|||||||
"io"
|
"io"
|
||||||
"net/http"
|
"net/http"
|
||||||
"net/textproto"
|
"net/textproto"
|
||||||
|
"net/url"
|
||||||
"strings"
|
"strings"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user