瀏覽代碼

__toString for Response

walkor 4 年之前
父節點
當前提交
5dbf3339e8
共有 1 個文件被更改,包括 8 次插入0 次删除
  1. 8 0
      Protocols/Http/Request.php

+ 8 - 0
Protocols/Http/Request.php

@@ -605,6 +605,14 @@ class Request
     }
 
     /**
+     * __toString.
+     */
+    public function __toString()
+    {
+        return $this->_buffer;
+    }
+
+    /**
      * __destruct.
      *
      * @return void