for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Elastica\Transport;
/**
* Elastica Http Transport object.
*
* @author Nicolas Ruflin <[email protected]>
*/
class Https extends Http
{
* Https scheme.
* @var string https scheme
protected $_scheme = 'https';
}