ClassicPress logo
Skip to content
Filter by type:

Browse:

  • Home
  • Requests

Response

Class: HTTP response class

Source: wp-includes/Requests/src/Response.php:24

Used by 0 functions | Uses 0 functions

Response::__construct()

Method: Constructor

Source: wp-includes/Requests/src/Response.php:99

Used by 0 functions | Uses 0 functions

Response::is_redirect()

Method: Is the response a redirect?

Source: wp-includes/Requests/src/Response.php:109

Used by 0 functions | Uses 0 functions

Response::throw_for_status()

Method: Throws an exception if the request was not successful

Source: wp-includes/Requests/src/Response.php:122

Used by 0 functions | Uses 0 functions

Response::decode_body()

Method: JSON decode the response body.

Source: wp-includes/Requests/src/Response.php:155

Used by 0 functions | Uses 0 functions

Requests::head()

Method: Send a HEAD request

Source: wp-includes/Requests/src/Requests.php:311

Used by 0 functions | Uses 0 functions

Requests::flatten()

Method: Convert a key => value array to a ‘key: value’ array for headers

Source: wp-includes/Requests/src/Requests.php:897

Used by 0 functions | Uses 0 functions

Requests::delete()

Method: Send a DELETE request

Source: wp-includes/Requests/src/Requests.php:318

Used by 0 functions | Uses 0 functions

Requests::decompress()

Method: Decompress an encoded body

Source: wp-includes/Requests/src/Requests.php:921

Used by 0 functions | Uses 0 functions

Requests::trace()

Method: Send a TRACE request

Source: wp-includes/Requests/src/Requests.php:325

Used by 0 functions | Uses 0 functions
1 2 … 25 Next »
ClassicPress Documentation • Made with ClassicPress
Privacy Policy