Module: Feature_HttpClient

Enable a http client as service

Source:
features/httpClient.js

Classes

HttpClient

Members


<static> groupable :boolean

This feature can be grouped by serviceGroup

Type:
  • boolean
Source:
features/httpClient.js

<static> type :string

This feature is loaded at init stage

Type:
  • string
Source:
features/httpClient.js

Methods


<static> load_(app, settings)

Load the feature

Parameters:
Name Type Description
app App

The cli app module object

settings object

Settings of rest clients

Source:
features/httpClient.js
Returns:
Type
Promise.<*>