This requests the server statistics. When the key is an empty string, the server will respond with a "default" set of statistics information.
(statsKey string)
| 238 | // This requests the server statistics. When the key is an empty string, |
| 239 | // the server will respond with a "default" set of statistics information. |
| 240 | Stat(statsKey string) StatResponse |
| 241 | |
| 242 | // This returns the server's version string. |
| 243 | Version() VersionResponse |
no outgoing calls