webserver.util.getServerString
| Syntax |
webserver.util.getServerString ()
|
| Params |
None required.
|
| Action |
Builds a string identifying the version of Frontier and the operating system.
|
| Returns |
A string suitable for the Server header of an HTTP response.
|
| Examples |
webserver.util.getServerString () » "UserLand Frontier/6.1-WinNT"
|
| Notes |
This verb is used internally by the webserver framework. It's called from webserver.util.buildResponse to generate the Server header of the HTTP response.
|
| See Also |
webserver.util.buildResponse
|