{# ============================================================================
   HTTP MODE - MAIN
   ============================================================================
   HTTP REST API mode using Node.js built-in http module
   Zero dependencies, simple and fast
   ============================================================================ #}

if (cliMode === 'http') {
  // HTTP mode code
  {% include "./builtin.njk" %}
}

