contentLength

Body size. If nil,Transfer-Encoding will automatically be set to chunked. Otherwise a Content-Length header is set with the given contentLength.

HTTPHandler.swift:128
var contentLength: Int64?