Jesse Hills
							
						 
					 | 
					
						
						
							
						
						466d4522bc
					 | 
					
						
						
							
							[http_request] Pass trigger variables into on_response/on_error (#11464)
						
						
						
						
						
						
					 | 
					
						2025-10-29 12:17:16 +13:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								J. Nick Koston
							
						 
					 | 
					
						
						
							
						
						dcf2697a2a
					 | 
					
						
						
							
							Group component tests to reduce CI time (#11134)
						
						
						
						
						
						
					 | 
					
						2025-10-12 07:21:45 +13:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								J. Nick Koston
							
						 
					 | 
					
						
						
							
						
						590cae13c0
					 | 
					
						
						
							
							[ci][tests] Remove redundant ESP32-C3 Arduino tests for non-variant-specific components (#11152)
						
						
						
						
						
						
					 | 
					
						2025-10-09 18:41:50 -05:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Jan-Henrik Bruhn
							
						 
					 | 
					
						
						
							
						
						1368139f4d
					 | 
					
						
						
							
							[update, http_request_update] Implement update available trigger (#9174)
						
						
						
						
						
						
					 | 
					
						2025-07-07 12:36:09 +12:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Clyde Stubbs
							
						 
					 | 
					
						
						
							
						
						38dae8489e
					 | 
					
						
						
							
							[http_request] Implement for host platform (#8040)
						
						
						
						
						
						
					 | 
					
						2025-04-28 13:45:28 +12:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Craig Andrews
							
						 
					 | 
					
						
						
							
						
						991f3d3a10
					 | 
					
						
						
							
							[http_request] Ability to get response headers (#8224)
						
						
						
						
						
						
						
						Co-authored-by: guillempages <guillempages@users.noreply.github.com>
Co-authored-by: Clyde Stubbs <2366188+clydebarrow@users.noreply.github.com> 
						
						
					 | 
					
						2025-04-23 14:30:50 +10:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Clyde Stubbs
							
						 
					 | 
					
						
						
							
						
						6d4f787f67
					 | 
					
						
						
							
							[http_request] Fix within context with parameters. (Bugfix) (#7790)
						
						
						
						
						
						
					 | 
					
						2024-11-21 13:10:28 +13:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Clyde Stubbs
							
						 
					 | 
					
						
						
							
						
						ee3ee3a63b
					 | 
					
						
						
							
							[http_request] Implement on_error trigger for requests (#7696)
						
						
						
						
						
						
					 | 
					
						2024-10-30 14:10:58 +13:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Keith Burzinski
							
						 
					 | 
					
						
						
							
						
						f6848fe24d
					 | 
					
						
						
							
							[CI] Introduce testing for IDF 5 (and other arbitrary framework versions) (#6802)
						
						
						
						
						
						
						
						* Initial changes to support testing of additional framework versions
* Rename Arduino test files 
						
						
					 | 
					
						2024-06-17 16:32:11 -05:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Keith Burzinski
							
						 
					 | 
					
						
						
							
						
						41f810f828
					 | 
					
						
						
							
							[CI-http_request] Test fix for IDF 5+ (#6919)
						
						
						
						
						
						
					 | 
					
						2024-06-17 19:21:15 +12:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Jesse Hills
							
						 
					 | 
					
						
						
							
						
						3cd2fb0843
					 | 
					
						
						
							
							[core] Update Entities (#6885)
						
						
						
						
						
						
					 | 
					
						2024-06-12 09:57:36 +12:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Jesse Hills
							
						 
					 | 
					
						
						
							
						
						7b45498de6
					 | 
					
						
						
							
							[http_request] Add esp-idf and rp2040 support (#3256)
						
						
						
						
						
						
						
						* Implement http_request component for esp-idf
* Fix ifdefs
* Lint
* clang
* Set else to fail with error message
* Use unique_ptr
* Fix
* Tidy up casting, explicit HttpResponse lifetime (#3265)
Co-authored-by: Daniel Cousens <dcousens@users.noreply.github.com>
* Remove unique_ptr wrapper
* Fix
* Use reference
* Add duration code into new split files
* Add config for tx/rx buffer on idf
* Fix
* Try reserve response data with rx buffer size
* Update http_request.h
* Move client cleanup to be earlier
* Move capture_response to bool on struct and remove global
* Fix returns
* Change quotes to brackets
* Rework http request
* Remove http request from old test yamls
* Update component tests
* Validate md5 length when hardcoded string
* Linting
* Add duration_ms to container
* More lint
* const
* Remove default arguments and add helper functions for get and post
* Add virtual destructor to HttpContainer
* Undo const HEADER_KEYS
* 🤦
* Update esphome/components/http_request/ota/ota_http_request.cpp
Co-authored-by: Keith Burzinski <kbx81x@gmail.com>
* Update esphome/components/http_request/ota/ota_http_request.cpp
Co-authored-by: Keith Burzinski <kbx81x@gmail.com>
* lint
* Move header keys inline
* Add missing WatchdogManagers
* CAPS
* Fix "follow redirects" string in config dump
* IDF 5+ fix
---------
Co-authored-by: Daniel Cousens <413395+dcousens@users.noreply.github.com>
Co-authored-by: Daniel Cousens <dcousens@users.noreply.github.com>
Co-authored-by: Keith Burzinski <kbx81x@gmail.com> 
						
						
					 | 
					
						2024-06-09 15:15:29 -05:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Olivier ARCHER
							
						 
					 | 
					
						
						
							
						
						8ef4aaa70e
					 | 
					
						
						
							
							[ota] http_request update platform (#5586)
						
						
						
						
						
						
						
						Co-authored-by: Keith Burzinski <kbx81x@gmail.com>
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
Co-authored-by: Edward Firmo <94725493+edwardtfn@users.noreply.github.com> 
						
						
					 | 
					
						2024-06-06 14:35:28 +12:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Keith Burzinski
							
						 
					 | 
					
						
						
							
						
						6370e68670
					 | 
					
						
						
							
							Add actions to http_request tests (#6529)
						
						
						
						
						
						
					 | 
					
						2024-04-15 09:38:31 +12:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Keith Burzinski
							
						 
					 | 
					
						
						
							
						
						e59b81612f
					 | 
					
						
						
							
							Add some components to the new testing framework (H) (#6179)
						
						
						
						
						
						
						
						* Add some components to the new testing framework (H)
* Remove C3
* Fix indentation
---------
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com> 
						
						
					 | 
					
						2024-04-10 03:57:22 -05:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 |