Skip to content

Commit

Permalink
Update api.go
Browse files Browse the repository at this point in the history
  • Loading branch information
wuliao6688 committed Jan 15, 2024
1 parent 15a4b35 commit 8ffcfa0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions api.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package requests

import (
"github.com/wangluozhe/requests/models"
"github.com/wangluozhe/requests/url"
"github.com/760644586/requests/models"
"github.com/760644586/requests/url"
"net/http"
)

Expand Down Expand Up @@ -46,4 +46,4 @@ func Connect(rawurl string, req *url.Request) (*models.Response, error) {

func Trace(rawurl string, req *url.Request) (*models.Response, error) {
return Request(http.MethodTrace, rawurl, req)
}
}

0 comments on commit 8ffcfa0

Please sign in to comment.