Use faster JSON and gzip packages

This commit is contained in:
Ingo Oppermann
2024-04-24 15:42:11 +02:00
parent 38fa6159e3
commit 03da97217b
178 changed files with 62194 additions and 92 deletions

View File

@@ -2,7 +2,6 @@ package api
import (
"bytes"
"encoding/json"
"fmt"
"net/http"
"strconv"
@@ -11,6 +10,7 @@ import (
clientapi "github.com/datarhei/core-client-go/v16/api"
"github.com/datarhei/core/v16/cluster/proxy"
"github.com/datarhei/core/v16/cluster/store"
"github.com/datarhei/core/v16/encoding/json"
"github.com/datarhei/core/v16/glob"
"github.com/datarhei/core/v16/http/api"
"github.com/datarhei/core/v16/http/handler/util"