WebClient.prototype.post(): Task<ResponseResult, HttpError>
Make a POST request with a body.
optional
options: RequestOptions
- Request-specific options.
Task<ResponseResult, HttpError>
A Task that resolves with the response or rejects with an HttpError.