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.
1 parent 77b8b29 commit 7440e55Copy full SHA for 7440e55
http/request.go
@@ -118,7 +118,7 @@ func (r *Request) AddHeader(name string, value string) {
118
119
// AddStandardHeaders adds standard headers to the request, if they don't exist
120
//
121
-// This will add Content-Lenght and the proper Content-Type
+// This will add Content-Length and the proper Content-Type
122
func (r *Request) AddStandardHeaders(size int) {
123
r.headers.AddStandard(size)
124
}
0 commit comments