vncore / com.venuenext.vncore.http / HttpClient / writeBody
writeBody
open fun writeBody(connection: HttpURLConnection, request: HttpRequest): Unit
Writes body byte array to connection output stream.
Parameters
connection
- the HTTP URL connection object.
request
- the HTTP request object.