RequestServer.this

Creates a server object configured to listen on a single host and port.

  1. this(string[] listenTo)
  2. this(string defaultHost, ushort defaultPort)
    struct RequestServer
    this
    (,)
  3. this(ushort defaultPort)
  4. string listeningHost;
  5. ushort listeningPort;

Meta