<init>
OutputStreamContent(
body: suspend OutputStream.() -> Unit,
contentType: ContentType,
status: HttpStatusCode? = null)
OutgoingContent to respond with OutputStream. The stream would be automatically closed after body finish.
OutputStreamContent(
body: suspend OutputStream.() -> Unit,
contentType: ContentType,
status: HttpStatusCode? = null)
OutgoingContent to respond with OutputStream. The stream would be automatically closed after body finish.