[wp-trac] [WordPress Trac] #13777: Consolidate WP_Http argument processing into a single class
WordPress Trac
wp-trac at lists.automattic.com
Tue Jun 8 00:22:42 UTC 2010
#13777: Consolidate WP_Http argument processing into a single class
-------------------------+--------------------------------------------------
Reporter: jacobsantos | Owner: jacobsantos
Type: enhancement | Status: new
Priority: low | Milestone: Unassigned
Component: HTTP | Version: 3.0
Severity: minor | Keywords: has-patch needs-testing
-------------------------+--------------------------------------------------
Consolidates the argument processing for all of the transports and main
WP_Http class.
Since the beginning the argument processing was handled in both
WP_Http::request() and in the individual transports. As more arguments and
features were added, it became that WP_Http::request() was getting all of
the support and the rest of the transports were becoming stagnate with
argument processing.
The individual transports appear to be used more individually, which would
cause problems with argument processing or require duplication of
WP_Http::request() code.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/13777>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list