Module: headerConstruction

A file to hold all of the header factory functions that, add functionality to the axios function object.

Author:
  • Seth Hollingsead
Source:

Requires

Methods

(inner) mapHeaderMetaDataToBusinessRule(inputData, inputMetaData) → {string}

Maps a header meta-data name to an actual business rule name.

Parameters:
Name Type Description
inputData string

The header meta-data name business rule that should be converted to an actual business rule name.

inputMetaData string

Not used for this business rule.

Author:
  • Seth Hollingsead
Source:
Returns:

A modified string that represents an actual business rule that can be executed by the system.

Type
string