stream
Convert this byte source into an InputStream.
fun Body.Companion.stream(inputStream: InputStream, contentType: String = "application/octet-stream"): Body(source)
Deprecated
Use `bodyOf` method instead, for consistency with frontend APIs
Replace with
bodyOf(inputStream, contentType)Content copied to clipboard