'GET', ':scheme' => 'http', ':path' => '/', ':authority' => 'www.example.com' ]); $out = $packer->unpackHeaders($in); $this->assertEquals($expect, $out); } }