api / org.gradle.plugins.javascript.envjs.http / HttpFileServerFactory

HttpFileServerFactory

interface HttpFileServerFactory

Functions

start

abstract fun start(contentRoot: File, port: Int): HttpFileServer

Inheritors

SimpleHttpFileServerFactory

open class SimpleHttpFileServerFactory : HttpFileServerFactory