summaryrefslogtreecommitdiff
path: root/lib/chef/http.rb
Commit message (Expand)AuthorAgeFilesLines
* Support HTTP req to base URL without adding a slashdanielsdeleo2013-10-161-0/+2
* Return the response body by default if we've read itdanielsdeleo2013-10-161-1/+3
* Use new Chef::ServerAPI API class in upload/download/diffJohn Keiser2013-10-091-8/+11
* Fix Chef::HTTP dependence on subclass methodsdanielsdeleo2013-10-081-11/+11
* Move streaming requests to generic HTTP classdanielsdeleo2013-10-081-12/+99
* Refactor HTTP streaming to reuse base implementationsdanielsdeleo2013-10-081-5/+10
* HTTP client creates request objects.danielsdeleo2013-10-081-17/+21
* Remove references to authenticator from base HTTP classdanielsdeleo2013-10-081-6/+2
* Top-level HTTP object doens't deal with cookies nowdanielsdeleo2013-10-081-2/+1
* Move HTTP components into chef/httpdanielsdeleo2013-10-081-0/+288