mirror of
https://github.com/portainer/portainer.git
synced 2025-07-19 05:19:39 +02:00
refactor(api): introduce libhttp usage (#2263)
This commit is contained in:
parent
42f5aec6a5
commit
b24891a6bc
102 changed files with 244 additions and 473 deletions
|
@ -3,9 +3,9 @@ package endpointproxy
|
|||
import (
|
||||
"strconv"
|
||||
|
||||
httperror "github.com/portainer/libhttp/error"
|
||||
"github.com/portainer/libhttp/request"
|
||||
"github.com/portainer/portainer"
|
||||
httperror "github.com/portainer/portainer/http/error"
|
||||
"github.com/portainer/portainer/http/request"
|
||||
|
||||
"net/http"
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue