summaryrefslogtreecommitdiff
path: root/lib/chef/http/http_request.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove unused monkeypatch on net/http.remove-net-http-monkeypatchPete Higgins2020-10-261-1/+1
* Workaround rubygems slow requires by only running require for chef-utils/distLance Albertson2020-09-151-1/+1
* merge all dist files back into dist.rbMarc Chamberland2020-09-151-1/+1
* tighten all require statements for dist implementationMarc Chamberland2020-09-151-1/+1
* move dist implementation into chef-utilsMarc Chamberland2020-09-151-2/+2
* use autoloading for many required gemsmwrock2020-09-081-3/+5
* Use .match? not =~ when match values aren't necessaryTim Smith2020-06-111-1/+1
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-131-1/+1
* add require for CGIlcg/unescapeLamont Granquist2020-02-201-1/+2
* fix ruby 2.7 URI.unescape deprecationLamont Granquist2020-02-201-2/+2
* This hits the ones that are most frequently required.lcg/require-idempotencyLamont Granquist2019-05-201-3/+3
* Convert require to require_relativeLamont Granquist2019-05-081-2/+2
* applying requested fixesMarc Chamberland2019-04-231-1/+1
* Replacing workmarks with distro constantsMarc Chamberland2019-04-191-2/+3
* Fix duplicated query parametersLamont Granquist2018-07-131-1/+1
* Merge pull request #7452 from chef/yard_cleanupTim Smith2018-07-121-2/+2
|\
| * Add proper deprecated tags on methodsTim Smith2018-05-301-2/+2
* | fix Style/MutableConstantLamont Granquist2018-07-021-1/+1
* | fix Style/UnneededInterpolationLamont Granquist2018-07-021-1/+1
* | fix Layout/LeadingCommentSpaceLamont Granquist2018-07-021-1/+1
|/
* mechanical conversion of most debug log statements to traceThom May2018-03-261-3/+3
* prepping for rubocop 0.52.1lcg/rubocop-0.52.1Lamont Granquist2018-01-171-2/+2
* Add support for HTTP PATCH requestsJames Broadhead2017-05-081-0/+3
* pull rubocop 0.37.2 into chefstyleLamont Granquist2016-02-121-1/+1
* auto fixing some rubocopsLamont Granquist2016-02-091-1/+1
* autofixing whitespace copsLamont Granquist2016-02-051-4/+3
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-021-5/+5
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
* Autofixing Style/PercentLiteralDelimeterslcg/percentliteraldelimetersLamont Granquist2016-01-181-1/+1
* Use double quotes by defaultThom May2016-01-141-8/+8
* really fix copslcg/really-fix-copsLamont Granquist2016-01-121-14/+14
* chefstyle: fix Lint/StringConversionInInterpolationLamont Granquist2016-01-121-1/+1
* Update the URL in user agent string12.5.0.current.0danielsdeleo2015-07-161-1/+1
* Only pass on port in Host header when it is different from default portKlaas Jan Wierenga2014-06-071-1/+9
* Always set a correct Host header to avoid net/http bugdanielsdeleo2013-11-261-0/+7
* Update HTTP usage for IPv6 Supportdanielsdeleo2013-11-151-1/+1
* HTTP client creates request objects.danielsdeleo2013-10-081-2/+6
* Fix disable gzip for Ruby 2.0danielsdeleo2013-10-081-0/+2
* Extract HTTP client from requestdanielsdeleo2013-10-081-56/+2
* Extract HTTP cookie handling to middlewaredanielsdeleo2013-10-081-13/+3
* remove gzip from HTTPRequest, it's handled by middlewaredanielsdeleo2013-10-081-3/+0
* Move HTTP components into chef/httpdanielsdeleo2013-10-081-0/+233