Lines:
1 to 18 of 18
<?php /** * WPSEO plugin file. * * @package WPSEO\Admin */ /* class WPSEO_Remote_Request */ /* function WPSEO_Remote_Request::__construct() – Sets the endpoint and arguments. */ /* function WPSEO_Remote_Request::set_body() – Sets the request body. */ /* function WPSEO_Remote_Request::send() – Sends the data to the given endpoint. */ /* function WPSEO_Remote_Request::get_response_error() – Returns the value of the response error. */ /* function WPSEO_Remote_Request::get_response_body() – Returns the response body. */ /* function WPSEO_Remote_Request::process_response() – Processes the given response. */ /* function WPSEO_Remote_Request::post() – Performs a post request to the specified endpoint with set arguments. */ /* function WPSEO_Remote_Request::get() – Performs a post request to the specified endpoint with set arguments. */