We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7a5db79 + 6effc01 commit 6dc3c81Copy full SHA for 6dc3c81
README.md
@@ -130,7 +130,7 @@ bodyBytes := res.ReadAll()
130
131
### Handle Cookies
132
133
-```
+```go
134
url := "http://github.com"
135
httpclient.
136
WithCookie(&http.Cookie{
@@ -211,7 +211,7 @@ Available options as below:
211
By using the `httpclient.Get`, `httpclient.Post` methods etc, you are using a
212
default shared HTTP client.
213
214
-If you need more than one clients in a single programe. Just create and use them
+If you need more than one client in a single programme. Just create and use them
215
seperately.
216
217
```go
0 commit comments