Set version string for this server, will be shown in /version page
| 559 | |
| 560 | // Set version string for this server, will be shown in /version page |
| 561 | void set_version(const std::string& version) { _version = version; } |
| 562 | const std::string& version() const { return _version; } |
| 563 | |
| 564 | // Return the address this server is listening |
no outgoing calls