summaryrefslogtreecommitdiff
path: root/lib/chef/http/basic_client.rb
Commit message (Expand)AuthorAgeFilesLines
* Update config specSalim Alam2016-03-211-0/+1
* Override no_proxy with internal matcherSalim Alam2016-03-211-1/+6
* - Restore previous behavior where we use the user/pass from the URI, if present.nls/proxy-cleanupChris Doherty2016-03-171-3/+11
* Make handling of proxies more consistentNathan L Smith2016-03-171-39/+5
* Autofixing new Perf cops in 0.37.2Lamont Granquist2016-02-231-1/+1
* convert MultilineOperationIndentation style to "indented"Lamont Granquist2016-02-121-1/+1
* autofixing whitespace copsLamont Granquist2016-02-051-8/+8
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-021-5/+5
* Replace all Opscode copyrights with Chef Software.Noah Kantrowitz2016-02-021-1/+1
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
* Use double quotes by defaultThom May2016-01-141-6/+6
* Check if proxy env_var is emptyJon Morrow2015-05-061-6/+10
* Fixes 2140 - Honor Proxy from EnvJon Morrow2015-04-141-4/+21
* 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