| 1 | Transport: |
|---|
| 2 | |
|---|
| 3 | array ( |
|---|
| 4 | 0 => |
|---|
| 5 | WP_Http_Fopen::__set_state(array( |
|---|
| 6 | )), |
|---|
| 7 | ) |
|---|
| 8 | |
|---|
| 9 | Request: |
|---|
| 10 | |
|---|
| 11 | array ( |
|---|
| 12 | 'Host' => 'localhost', |
|---|
| 13 | 'User-Agent' => 'WordPress/2.9.1; http://localhost/~denis/wp', |
|---|
| 14 | 'cookie' => 'test=test', |
|---|
| 15 | 'Accept-Encoding' => 'deflate;q=1.0, compress;q=0.5', |
|---|
| 16 | ) |
|---|
| 17 | |
|---|
| 18 | Response: |
|---|
| 19 | |
|---|
| 20 | array ( |
|---|
| 21 | 'headers' => |
|---|
| 22 | array ( |
|---|
| 23 | 'date' => 'Thu, 14 Jan 2010 15:34:09 GMT', |
|---|
| 24 | 'server' => 'Apache/2.2.14 (Unix) mod_ssl/2.2.14 OpenSSL/0.9.8l DAV/2 PHP/5.3.1', |
|---|
| 25 | 'x-powered-by' => 'PHP/5.3.1', |
|---|
| 26 | 'vary' => 'User-Agent,Cookie', |
|---|
| 27 | 'content-length' => '194', |
|---|
| 28 | 'connection' => 'close', |
|---|
| 29 | 'content-type' => 'text/plain; Charset: UTF-8;charset=UTF-8', |
|---|
| 30 | ), |
|---|
| 31 | 'body' => 'Request: |
|---|
| 32 | |
|---|
| 33 | array ( |
|---|
| 34 | \'Host\' => \'localhost\', |
|---|
| 35 | \'User-Agent\' => \'WordPress/2.9.1; http://localhost/~denis/wp\', |
|---|
| 36 | \'cookie\' => \'test=test\', |
|---|
| 37 | \'Accept-Encoding\' => \'deflate;q=1.0, compress;q=0.5\', |
|---|
| 38 | ) |
|---|
| 39 | |
|---|
| 40 | ', |
|---|
| 41 | 'response' => |
|---|
| 42 | array ( |
|---|
| 43 | 'code' => '200', |
|---|
| 44 | 'message' => 'OK', |
|---|
| 45 | ), |
|---|
| 46 | 'cookies' => |
|---|
| 47 | array ( |
|---|
| 48 | ), |
|---|
| 49 | ) |
|---|
| 50 | |
|---|