This post originated from an RSS feed registered with PHP Buzz
by Paul M Jones.
Original Post: Brief Intro to Solar_Http_Request and Response
Feed Title: Paul M. Jones
Feed URL: http://paul-m-jones.com/archives/category/programming/php/feed
Feed Description: If it's worth doing, it's worth over-doing.
As I noted in an earlier post, Solar how has classes to represent simple HTTP requests and responses.
Solar_Http_Request
The Solar_Http_Request class represents a standalone HTTP request (i.e., it’s not an HTTP client, just a request). It uses adapters, so you can (in the future) change between a cURL, pecl_http, or sockets adapter – but for [...]