-
Notifications
You must be signed in to change notification settings - Fork 51
RestServer
Scott Offen edited this page Nov 12, 2014
·
9 revisions
Grapevine.Server.RESTServer
RESTServer
has a named and optional argument constructor.
Argument | Type | Default |
---|---|---|
protocol | string | http |
host | string | localhost |
port | string | 1234 |
dirindex | string | index.html |
maxthreads | int | 5 |
webroot | string | [assembly location]/webroot |