HttpPoster

class HttpPoster(httpManager: HttpManager, url: String)

HTTP POST a JSON string to the URL configured in the constructor.

Constructors

Link copied to clipboard
constructor(httpManager: HttpManager, url: String)

Functions

Link copied to clipboard
fun post(json: String)