We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Trasfer-Encoding
Transfer-Encoding
1 parent 0fbfdcc commit b72756aCopy full SHA for b72756a
Sources/AsyncHTTPClient/HTTPHandler.swift
@@ -64,7 +64,7 @@ extension HTTPClient {
64
///
65
/// - parameters:
66
/// - length: Body size. Request validation will be failed with `HTTPClientErrors.contentLengthMissing` if nil,
67
- /// unless `Trasfer-Encoding: chunked` header is set.
+ /// unless `Transfer-Encoding: chunked` header is set.
68
/// - stream: Body chunk provider.
69
public static func stream(length: Int? = nil, _ stream: @escaping (StreamWriter) -> EventLoopFuture<Void>) -> Body {
70
return Body(length: length, stream: stream)
0 commit comments