PHP Class Kelpie\Server

Show file Open project: dhotson/kelpie

Public Methods

Method Description
__construct ( $host = '0.0.0.0', $port = 8000 )
start ( $app ) Start serving requests to the application

Method Details

__construct() public method

public __construct ( $host = '0.0.0.0', $port = 8000 )

start() public method

Start serving requests to the application
public start ( $app )