गुज़लेहटप - गुज़ल 6 से प्रतिक्रिया का शरीर कैसे मिलता है?


163

मैं एक एपीआई के चारों ओर एक आवरण लिखने की कोशिश कर रहा हूं जो मेरी कंपनी विकसित कर रही है। यह निश्चिंत है, और पोस्टमैन का उपयोग करके मैं एक पोस्टपॉइंट का अनुरोध जैसे http://subdomain.dev.myapi.com/api/v1/auth/यूजरनेम और पासवर्ड के साथ पोस्ट डेटा के रूप में भेज सकता हूं और मुझे एक टोकन वापस दिया गया है। सभी उम्मीद के मुताबिक काम करता है। अब, जब मैं कोशिश करता हूं और PHP से वही करता हूं तो मुझे एक GuzzleHttp\Psr7\Responseऑब्जेक्ट वापस मिल जाता है , लेकिन इसके अंदर कहीं भी टोकन नहीं मिल रहा है जैसा कि मैंने पोस्टमैन के अनुरोध के साथ किया था।

प्रासंगिक कोड इस तरह दिखता है:

$client = new Client(['base_uri' => 'http://companysub.dev.myapi.com/']);
$response = $client->post('api/v1/auth/', [
    'form_params' => [
        'username' => $user,
        'password' => $password
    ]
]);

var_dump($response); //or $resonse->getBody(), etc...

ऊपर दिए गए कोड का आउटपुट कुछ ऐसा दिखता है (चेतावनी, पाठ की आने वाली दीवार):

object(guzzlehttp\psr7\response)#36 (6) {
  ["reasonphrase":"guzzlehttp\psr7\response":private]=>
  string(2) "ok"
  ["statuscode":"guzzlehttp\psr7\response":private]=>
  int(200)
  ["headers":"guzzlehttp\psr7\response":private]=>
  array(9) {
    ["connection"]=>
    array(1) {
      [0]=>
      string(10) "keep-alive"
    }
    ["server"]=>
    array(1) {
      [0]=>
      string(15) "gunicorn/19.3.0"
    }
    ["date"]=>
    array(1) {
      [0]=>
      string(29) "sat, 30 may 2015 17:22:41 gmt"
    }
    ["transfer-encoding"]=>
    array(1) {
      [0]=>
      string(7) "chunked"
    }
    ["content-type"]=>
    array(1) {
      [0]=>
      string(16) "application/json"
    }
    ["allow"]=>
    array(1) {
      [0]=>
      string(13) "post, options"
    }
    ["x-frame-options"]=>
    array(1) {
      [0]=>
      string(10) "sameorigin"
    }
    ["vary"]=>
    array(1) {
      [0]=>
      string(12) "cookie, host"
    }
    ["via"]=>
    array(1) {
      [0]=>
      string(9) "1.1 vegur"
    }
  }
  ["headerlines":"guzzlehttp\psr7\response":private]=>
  array(9) {
    ["connection"]=>
    array(1) {
      [0]=>
      string(10) "keep-alive"
    }
    ["server"]=>
    array(1) {
      [0]=>
      string(15) "gunicorn/19.3.0"
    }
    ["date"]=>
    array(1) {
      [0]=>
      string(29) "sat, 30 may 2015 17:22:41 gmt"
    }
    ["transfer-encoding"]=>
    array(1) {
      [0]=>
      string(7) "chunked"
    }
    ["content-type"]=>
    array(1) {
      [0]=>
      string(16) "application/json"
    }
    ["allow"]=>
    array(1) {
      [0]=>
      string(13) "post, options"
    }
    ["x-frame-options"]=>
    array(1) {
      [0]=>
      string(10) "sameorigin"
    }
    ["vary"]=>
    array(1) {
      [0]=>
      string(12) "cookie, host"
    }
    ["via"]=>
    array(1) {
      [0]=>
      string(9) "1.1 vegur"
    }
  }
  ["protocol":"guzzlehttp\psr7\response":private]=>
  string(3) "1.1"
  ["stream":"guzzlehttp\psr7\response":private]=>
  object(guzzlehttp\psr7\stream)#27 (7) {
    ["stream":"guzzlehttp\psr7\stream":private]=>
    resource(40) of type (stream)
    ["size":"guzzlehttp\psr7\stream":private]=>
    null
    ["seekable":"guzzlehttp\psr7\stream":private]=>
    bool(true)
    ["readable":"guzzlehttp\psr7\stream":private]=>
    bool(true)
    ["writable":"guzzlehttp\psr7\stream":private]=>
    bool(true)
    ["uri":"guzzlehttp\psr7\stream":private]=>
    string(10) "php://temp"
    ["custommetadata":"guzzlehttp\psr7\stream":private]=>
    array(0) {
    }
  }
}

पोस्टमैन से उत्पादन कुछ इस तरह था:

{
    "data" : {
        "token" "fasdfasf-asfasdfasdf-sfasfasf"
    }
}

स्पष्ट रूप से मैं गज़ल में प्रतिक्रिया वस्तुओं के साथ काम करने के बारे में कुछ याद कर रहा हूं। गुज़ले प्रतिक्रिया अनुरोध पर 200 स्थिति कोड को इंगित करती है, इसलिए मुझे यकीन नहीं है कि मुझे लौटे डेटा को पुनः प्राप्त करने के लिए क्या करना चाहिए।


33
$response->getBody()->getContents()काम नहीं करता है?
फेडरुन

जवाबों:


437

गज़ल पीएसआर -7 को लागू करता है । इसका मतलब है कि यह डिफ़ॉल्ट रूप से एक संदेश के शरीर को स्ट्रीम में संग्रहीत करेगा जो PHP अस्थायी धाराओं का उपयोग करता है। सभी डेटा पुनर्प्राप्त करने के लिए, आप कास्टिंग ऑपरेटर का उपयोग कर सकते हैं:

$contents = (string) $response->getBody();

आप इसके साथ भी कर सकते हैं

$contents = $response->getBody()->getContents();

दो दृष्टिकोणों के बीच का अंतर यह है कि getContentsशेष सामग्री लौटाता है, ताकि दूसरी कॉल तब तक कुछ भी न लौटाए जब तक आप स्ट्रीम की स्थिति की तलाश rewindया उसके साथ नहीं करते seek

$stream = $response->getBody();
$contents = $stream->getContents(); // returns all the contents
$contents = $stream->getContents(); // empty string
$stream->rewind(); // Seek to the beginning
$contents = $stream->getContents(); // returns all the contents

इसके बजाय, PHP के स्ट्रिंग कास्टिंग ऑपरेशन का उपयोग करता है, यह शुरुआत से अंत तक सभी डेटा को स्ट्रीम से पढ़ेगा।

$contents = (string) $response->getBody(); // returns all the contents
$contents = (string) $response->getBody(); // returns all the contents

प्रलेखन: http://docs.guzzlephp.org/en/latest/psr7.html#responses


5
GetContents फ़ंक्शन केवल गुज़ल 6 प्रलेखन (धाराओं खंड में) के एक छोटे हिस्से में है, और मैंने इसे याद किया। आपने मुझे पूरी खोज से बचाया।
मैक्सिमस

58
धन्यवाद। यह अविश्वसनीय है कि यह प्रलेखन में अधिक स्पष्ट नहीं है। यहां तक ​​कि उनके आधिकारिक दस्तावेज़ीकरण ( docs.guzzlephp.org/en/latest ) से यह लगता है कि यह $ res-> getBody () रिटर्न की तरह है जो आप सामान्य रूप से उम्मीद करेंगे।
जॉन

24
उन्हें वास्तव में आधिकारिक दस्तावेजों में नोट या नोटिस जैसी कोई चीज़ डालनी चाहिए। मैंने इस मुद्दे पर दो दिन बर्बाद किए।
cwhsu

+1 गज़ल प्रलेखन में झूठा वर्णन किया गया है कि "you can pass true to this method [getBody()] to retrieve the body as a string."। यह मेरे लिए गज़ले 6 का उपयोग करते हुए काम नहीं करता है, लेकिन स्ट्रिंग के लिए कास्टिंग या गेटकॉन्टेंट्स () का उपयोग करना काम करता है।
मैग्नस डब्ल्यू

8
आप json_decode का उपयोग भी कर सकते हैं। उदाहरण के लिए, json_decode($response, true);इस पर आपकी प्रतिक्रिया एक सरणी लौटाएगी।
साइगॉन

13

अगर JSON वापस पाने की उम्मीद है, तो इसे प्राप्त करने का सबसे सरल तरीका:

$data = json_decode($response->getBody()); // returns an object

// OR

$data = json_decode($response->getBody(), true); // returns an array

json_decode()स्वचालित रूप से शरीर को कास्ट करेगा string, इसलिए कॉल करने की कोई आवश्यकता नहीं है getContents()


1
क्यों 'इस जवाब पर अधिक ध्यान दिया जा रहा है ??? यह वही है जो मुझे चाहिए था। धन्यवाद @MaskimIvanov
एरिक मैकविनर

मेरे लिए वह सबसे सरल और आसान बात थी। धन्यवाद
Alator
हमारी साइट का प्रयोग करके, आप स्वीकार करते हैं कि आपने हमारी Cookie Policy और निजता नीति को पढ़ और समझा लिया है।
Licensed under cc by-sa 3.0 with attribution required.