download
Toggle table of contents
android
Target filter
android
Switch theme
Search in API
Skip to content
download
download
/
org.fdroid.download
/
HttpPoster
Http
Poster
android
class
HttpPoster
(
httpManager
:
HttpManager
,
url
:
String
)
HTTP POST a JSON string to the URL configured in the constructor.
Members
Constructors
Http
Poster
Link copied to clipboard
android
constructor
(
httpManager
:
HttpManager
,
url
:
String
)
Functions
post
Link copied to clipboard
android
fun
post
(
json
:
String
)