Mapserver
in package
Description of Mapserver
Tags
Table of Contents
Properties
- $skipResponseHeaders : array<string|int, string>
- $cache : Cache
- $config : object
- $log : LoggerInterface
Methods
- __construct() : mixed
- serve() : void
Properties
$skipResponseHeaders
public
static array<string|int, string>
$skipResponseHeaders
= ['connection', 'keep-alive', 'proxy-authenticate', 'proxy-authorization', 'te', 'trailer', 'transfer-encoding', 'upgrade', 'host']
$cache
private
Cache
$cache
$config
private
object
$config
$log
private
LoggerInterface
$log
Methods
__construct()
public
__construct(object $config, LoggerInterface $log) : mixed
Parameters
- $config : object
- $log : LoggerInterface
serve()
public
serve(string $url) : void
Parameters
- $url : string