| 401 | } |
| 402 | |
| 403 | bool Webserver::IsSecure() const { |
| 404 | return !FLAGS_webserver_certificate_file.empty(); |
| 405 | } |
| 406 | |
| 407 | Status Webserver::Start() { |
| 408 | LOG(INFO) << "Starting webserver on " << TNetworkAddressToString(http_address_); |
no test coverage detected