HolyLib Wiki

HttpServer:Start

  HttpServer:Start( string address, number port )

Description

This will start or restart the HTTP Server, and it will listen on the given address + port.

If a Method function like HttpServer:Get was called after this was called, you need to call this function again!

Arguments

1string address

address to listen on

2number port

port to listen on