init(closure:)

Create new StreamWriter

HTTPHandler.swift:37
init(closure: @escaping (IOData) -> EventLoopFuture<Void>)

Parameters

closure

function that will be called to write actual bytes to the channel.