mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-09-11 19:06:36 +00:00
Move response after response headers
This commit is contained in:
+1
-1
@@ -130,6 +130,6 @@ class Curl {
|
||||
public $http_error_message = NULL;
|
||||
|
||||
public $request_headers = NULL;
|
||||
public $response = NULL;
|
||||
public $response_headers = NULL;
|
||||
public $response = NULL;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user