mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
HTTP API: Replace internals with Requests library.
Requests is a library very similar to WP_HTTP, with a high level of unit test coverage, and has a common lineage and development team. It also supports parallel requests. See #33055. git-svn-id: https://develop.svn.wordpress.org/trunk@37428 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -183,6 +183,7 @@ require( ABSPATH . WPINC . '/class-wp-http-proxy.php' );
|
||||
require( ABSPATH . WPINC . '/class-wp-http-cookie.php' );
|
||||
require( ABSPATH . WPINC . '/class-wp-http-encoding.php' );
|
||||
require( ABSPATH . WPINC . '/class-wp-http-response.php' );
|
||||
require( ABSPATH . WPINC . '/class-wp-http-requests-response.php' );
|
||||
require( ABSPATH . WPINC . '/widgets.php' );
|
||||
require( ABSPATH . WPINC . '/class-wp-widget.php' );
|
||||
require( ABSPATH . WPINC . '/class-wp-widget-factory.php' );
|
||||
|
||||
Reference in New Issue
Block a user