WPINC_class wp http requests hooks.php Notes - WordPress-Thinstall/wordpress-develop GitHub Wiki

interface NaiveHttpRequestsHooksInterface {
    public function __construct( $url, $request );
    public function dispatch( $hook, $parameters = array() );
}