summaryrefslogtreecommitdiff
path: root/lib/chef/http/basic_client.rb
Commit message (Expand)AuthorAgeFilesLines
* Print out request and response body on non-2xx responsejk/http-error-logJohn Keiser2014-09-071-0/+14
* Add url scheme to proxy, if not present.Claire McQuin2014-07-091-1/+7
* added open_timeout to http connectionCam Cope2014-06-051-0/+1
* CHEF-5198: a better fixLamont Granquist2014-04-091-0/+9
* Update HTTP usage for IPv6 Supportdanielsdeleo2013-11-151-1/+1
* Debug request headersdanielsdeleo2013-10-281-0/+4
* Add a directory where trusted certs can be storeddanielsdeleo2013-10-171-0/+3
* Extract SSL policy to a DI-able classdanielsdeleo2013-10-161-30/+10
* Return the response body by default if we've read itdanielsdeleo2013-10-161-0/+1
* HTTP client creates request objects.danielsdeleo2013-10-081-39/+60
* Extract HTTP client from requestdanielsdeleo2013-10-081-0/+109