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::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

Requests::compatible_gzinflate()

Method: Decompression of deflated string while staying compatible with the majority of servers.

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

Used by 0 functions | Uses 0 functions

Requests::post()

Method: Send a POST request

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

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