class hostingService_http in Hosting 7.4
Same name and namespace in other branches
- 6.2 web_server/hosting_web_server.service.inc \hostingService_http
- 7.3 web_server/hosting_web_server.service.inc \hostingService_http
@file Hosting service classes for the Hosting web server module.osting service classes for the Hosting web server module.
Hierarchy
- class \hostingService
- class \hostingService_http
Expanded class hierarchy of hostingService_http
File
- web_server/
hosting_web_server.service.inc, line 7 - Hosting service classes for the Hosting web server module.osting service classes for the Hosting web server module.
View source
class hostingService_http extends hostingService {
public $service = 'http';
public $ssl_enabled = FALSE;
}