Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- array(2) {
- [0]=>
- int(1)
- [1]=>
- NULL
- }
- array(2) {
- [0]=>
- int(3)
- [1]=>
- string(288) "GET /v1/rooms/560281040fc9f982beb1908a HTTP/1.1
- Content-Length: 1
- Accept: application/json
- Content-Type: application/json
- Authorization: Bearer .........
- Accept-Encoding: gzip, identity
- Host: stream.gitter.im
- User-Agent: Amp\Artax/1.0.0-dev (PHP)
- "
- }
- array(2) {
- [0]=>
- int(4)
- [1]=>
- object(Amp\Artax\Request)#13 (6) {
- ["method":"Amp\Artax\Request":private]=>
- string(3) "GET"
- ["uri":"Amp\Artax\Request":private]=>
- string(58) "https://stream.gitter.im/v1/rooms/560281040fc9f982beb1908a"
- ["protocol":"Amp\Artax\Message":private]=>
- string(3) "1.1"
- ["headers":"Amp\Artax\Message":private]=>
- array(7) {
- ["Content-Length"]=>
- array(1) {
- [0]=>
- int(1)
- }
- ["Accept"]=>
- array(1) {
- [0]=>
- string(16) "application/json"
- }
- ["Content-Type"]=>
- array(1) {
- [0]=>
- string(16) "application/json"
- }
- ["Authorization"]=>
- array(1) {
- [0]=>
- string(47) "Bearer ........."
- }
- ["Accept-Encoding"]=>
- array(1) {
- [0]=>
- string(14) "gzip, identity"
- }
- ["Host"]=>
- array(1) {
- [0]=>
- string(16) "stream.gitter.im"
- }
- ["User-Agent"]=>
- array(1) {
- [0]=>
- string(25) "Amp\Artax/1.0.0-dev (PHP)"
- }
- }
- ["headerCaseMap":"Amp\Artax\Message":private]=>
- array(7) {
- ["CONTENT-LENGTH"]=>
- string(14) "Content-Length"
- ["ACCEPT"]=>
- string(6) "Accept"
- ["CONTENT-TYPE"]=>
- string(12) "Content-Type"
- ["AUTHORIZATION"]=>
- string(13) "Authorization"
- ["ACCEPT-ENCODING"]=>
- string(15) "Accept-Encoding"
- ["HOST"]=>
- string(4) "Host"
- ["USER-AGENT"]=>
- string(10) "User-Agent"
- }
- ["body":"Amp\Artax\Message":private]=>
- string(0) ""
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement