wiki:KrakenHttp

Kraken HTTP

Install

kraken> pkg.install kraken-http

Commands

  • http.open [alias] [port]
  • http.addFileSystemResources [http service name] [alias] [base path]

Example 1: HTTP File Server Setup

kraken> http.open test 8080
8080 http service opened.

kraken> http.addFileSystemResources / /c:/fileserver
base path [/C:/fileserver] is registered to alias [/]