initial attempt to integrate surf http client

This commit is contained in:
2026-01-24 14:59:48 -06:00
parent 2f1019d170
commit 538d52d064
45 changed files with 196 additions and 109 deletions
+2 -2
View File
@@ -4,9 +4,9 @@ import (
"context"
"errors"
"fmt"
"github.com/enetx/http"
"github.com/enetx/http/httptest"
"io/ioutil"
"net/http"
"net/http/httptest"
"os"
"reflect"
"testing"