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