Server.send

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto send(string method, Nullable!JSONValue params)
  2. auto send(string method, T params)
    class Server
    static
    send
    (
    T
    )
    (
    string method
    ,)
    if (
    !is(T : Nullable!JSONValue)
    )

Meta