-
Notifications
You must be signed in to change notification settings - Fork 0
ServerSettings
Default value: http://localhost
URL to accept incoming requests for.
No adminstrative permissions are required for a binding to "localhost"
Adminstrative permissions are required for a binding to network names or addresses.
+ takes all requests to the port regardless of name or ip, * only requests that no other listener answers:
Default value: 9080
Specifies what port to listing on for incoming requests.
Default value: resources
Name of folder to look for scripts or "resources" in.
Default value: ErrorHandling
Defines how the server should handle errors if the occure.
More info at https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_preference_variables?view=powershell-5.1#erroractionpreference
Default value: false
If changed to true all request contents will be written to server logfile.
Default value: false
If changed to true all reponse contents will be written to server logfile.