Go to file
Ryan McCue 9074e9f93b 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
2016-05-13 04:41:45 +00:00
src HTTP API: Replace internals with Requests library. 2016-05-13 04:41:45 +00:00
tests HTTP API: Replace internals with Requests library. 2016-05-13 04:41:45 +00:00
tools/i18n
.editorconfig
.gitignore
.jshintrc
.travis.yml Travis CI: Include npm prune in the before_script command. 2016-05-01 20:03:59 +00:00
Gruntfile.js
package.json
phpunit.xml.dist Tests: Exclude ms-files test group from default PHPUnit config 2016-04-20 17:10:21 +00:00
wp-cli.yml
wp-config-sample.php
wp-tests-config-sample.php