Class: WebHTTPService

(protected) WebHTTPService()

Base class representing the http service provided by a Container.

Constructor

(protected) new WebHTTPService()

Constructor.

Source:

Methods

(abstract) _post() → {Promise}

Post data

Source:
Throws:

throws an error if there is an issue

Type
Error
Returns:

A Promise that return the JSON text for the HTTP POST. It captures the status code, header and body of the HTTP POST. The body must also be returned as embedded JSON text.

Type
Promise