Opened 9 years ago
Last modified 3 months ago
#37459 new enhancement
Add additional layer in WP_Http to support parallel requests without requiring use of Requests directly
| Reported by: | | Owned by: | |
|---|---|---|---|
| Milestone: | Future Release | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | HTTP API | Keywords: | has-patch has-unit-tests |
| Focuses: | Cc: |
Description
Follow-up to #33055.
Requests supports parallel requests but we should provide this support through the existing WP_Http API.
Some initial work was done by @wonderboymusic in ticket:33055:33055.diff.
Change History (4)
This ticket was mentioned in PR #3022 on WordPress/wordpress-develop by srtfisher.
3 years ago #2
- Keywords has-patch has-unit-tests added; needs-patch removed
#3
@
3 years ago
Hey @ocean90 and @wonderboymusic,
I've pushed up a patch/pull request that will enable concurrent HTTP requests with wp_remote_*() function calls or through WP_Http directly. Quite excited to use this, let me know what modifications are needed if any.
#4
@
3 months ago
Calling out that we've been using this for the past 3 years via https://github.com/alleyinteractive/wp-concurrent-remote-requests and it's been wonderful! I wish others could have concurrent requests like I have been.
Trac ticket: https://core.trac.wordpress.org/ticket/37459