Aerys\Websocket\Handshake::push PHP Method

push() public method

{@inheritDoc}
public push ( string $url, array $headers = null ) : Aerys\Response
$url string
$headers array
return Aerys\Response
    public function push(string $url, array $headers = null) : Response
    {
        return $this->response->push($url, $headers);
    }