summaryrefslogtreecommitdiff
path: root/lib/chef/http/basic_client.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove unused monkeypatch on net/http.remove-net-http-monkeypatchPete Higgins2020-10-261-1/+1
* use autoloading for many required gemsmwrock2020-09-081-2/+4
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-131-1/+1
* fix Layout/AlignArgumentslcg/new-chefstyleLamont Granquist2019-07-021-1/+1
* This hits the ones that are most frequently required.lcg/require-idempotencyLamont Granquist2019-05-201-2/+2
* Convert require to require_relativeLamont Granquist2019-05-081-2/+2
* mechanical conversion of most debug log statements to traceThom May2018-03-261-15/+15
* prepping for rubocop 0.52.1lcg/rubocop-0.52.1Lamont Granquist2018-01-171-2/+1
* fix Style/NilComparisonLamont Granquist2016-12-061-1/+1
* specs and lazying net-http client buildingLamont Granquist2016-08-111-1/+4
* make keepalives entirely optionalLamont Granquist2016-08-091-1/+7
* use Net::HTTP.startLamont Granquist2016-08-091-1/+1
* 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