summaryrefslogtreecommitdiff
path: root/lib/chef/http.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1827 from svanharmelen/fix-redirect-bugSerdar Sutay2014-10-101-1/+1
|\
| * Updated the code after discussing with @btm, @lamont-granquist and @danielsd...Sander van Harmelen2014-09-091-4/+1
| * Fix a bug when receiving a relative redirect locationSander van Harmelen2014-08-191-0/+3
* | read http_retry_count from chef config in the spec; add HTTP error code in th...Hui Hu2014-09-041-1/+1
* | retry on HTTP 50X Error when calling Chef REST APIHui Hu2014-08-251-12/+19
* | Revert "add retries in additional cases"Lamont Granquist2014-08-231-19/+5
* | add retries in additional casesLamont Granquist2014-08-231-5/+19
|/
* Add missing requires to HTTP and HTTP::Simplehttp-simple-requiresdanielsdeleo2014-06-271-0/+2
* Merge pull request #1396 from svanharmelen/CHEF-5261Claire McQuin2014-06-091-1/+4
|\
| * COOK-5261 Added some formatting to prevent malformed URLsSander van Harmelen2014-05-131-1/+4
* | CHEF-5198: a better fixLamont Granquist2014-04-091-9/+7
|/
* CHEF-5100:Lamont Granquist2014-03-271-4/+0
* CHEF-5041: check for transfer-encoding headerLamont Granquist2014-03-271-0/+3
* validate streaming file sizeClaire McQuin2014-01-231-8/+18
* 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