Aerys\Websocket\Handshake::push PHP 메소드

push() 공개 메소드

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