acra
/
org.acra.http
/
BaseHttpRequest
/
send
androidJvm
send
open override fun
send
(url:
URL
, content:
T
)
Content copied to clipboard
Sends to a URL.
Parameters
url
URL to which to send.
content
content to send.
Throws
java.io.IOException
if the data cannot be sent.