Constructor.
If the current process is being run in a certain environment that implies a particular way of handling requests, run an appropriate server until termination and return true. Otherwise, return false.
Start only the server with the specified name. Does not start an event loop, and returns immediately.
Start all configured servers, and runs an event loop. Shutdown handlers will be registered, so calling ae.net.shutdown.shutdown will stop all servers.
Send this as the X-Powered-By header.
Configuration (as specified when constructing).
The use-specified request handler.
An object which receives HTTP requests through one or more channels and sends replies according to a user-supplied handler.