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.
be
1 parent c7ad35b commit 60fc1d2Copy full SHA for 60fc1d2
Sources/AsyncHTTPClient/HTTPHandler.swift
@@ -62,7 +62,7 @@ extension HTTPClient {
62
/// Create and stream body using `StreamWriter`.
63
///
64
/// - parameters:
65
- /// - length: Body size. If nil, `Transfer-Encoding` will be automatically be set to `chunked`. Otherwise a `Content-Length`
+ /// - length: Body size. If nil, `Transfer-Encoding` will automatically be set to `chunked`. Otherwise a `Content-Length`
66
/// header is set with the given `length`.
67
/// - stream: Body chunk provider.
68
public static func stream(length: Int? = nil, _ stream: @escaping (StreamWriter) -> EventLoopFuture<Void>) -> Body {
0 commit comments