Public Class Methods : SstHttpServer

* at: urlString
	"ACTION
		Create and answer a server, which takes requests from the endpoint given
		by @urlString. For example:

			(self at: 'http://:80') startUp

		A hostname can be explicitly mentioned to cause the server to only serve
		pages from that interface.

	PARAMETERS
		urlString : <String> | <IuSstUrl>

	RETURN VALUE
		<instance of self>"
Categories
	SST-API User

[FIRST] [PREV] [NEXT] [LAST]