Skip to content

Commit

Permalink
Add support for query parameters for all supported HTTP methods
Browse files Browse the repository at this point in the history
  • Loading branch information
AsabuHere committed Oct 31, 2023
1 parent 5b2fd1d commit 407402c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ func (c *Client) SendRequest(method string, rawURL string, data url.Values,
for k, v := range headers {
req.Header.Add(k, fmt.Sprint(v))
}
fmt.Println("req\n\n\n",req)
return c.doWithErr(req)
}

Expand Down

0 comments on commit 407402c

Please sign in to comment.