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
..
2024-02-05 11:29:18 +09:00
2024-02-05 11:29:18 +09:00
2024-02-05 11:29:18 +09:00
2024-05-08 07:33:37 +12:00
2024-02-05 11:29:18 +09:00
2024-01-18 01:13:40 -06:00
2024-02-05 11:29:18 +09:00
2024-02-05 11:29:18 +09:00
2024-02-20 12:24:44 +13:00
2024-02-05 11:29:18 +09:00
2024-02-05 11:29:18 +09:00
2024-02-05 11:29:18 +09:00
2024-03-11 10:19:09 +13:00
2024-02-05 11:29:18 +09:00
2024-05-08 07:33:37 +12:00
2024-05-08 07:33:37 +12:00
2024-05-08 07:33:37 +12:00
2024-05-08 07:33:37 +12:00
2024-05-08 07:33:37 +12:00
2024-03-11 19:33:43 +13:00
2024-02-07 04:05:04 +09:00
2024-05-08 07:33:37 +12:00
2024-02-21 17:14:30 +13:00
2024-05-08 07:33:37 +12:00
2024-02-07 04:05:04 +09:00
2024-05-08 07:33:37 +12:00
2024-02-07 04:05:04 +09:00
2024-02-07 04:05:04 +09:00
2024-02-07 04:05:04 +09:00
2024-02-07 04:05:04 +09:00
2024-03-27 11:51:56 +13:00
2024-05-08 07:33:37 +12:00
2024-02-07 04:05:04 +09:00
2024-02-07 04:05:04 +09:00
2024-05-08 07:33:37 +12:00
2024-02-07 04:32:40 +09:00
2024-05-08 07:33:37 +12:00
2024-05-16 11:31:08 +12:00
2024-05-16 11:32:48 +12:00
2024-02-07 04:32:40 +09:00
2024-05-08 07:33:37 +12:00
2024-02-07 04:32:40 +09:00
2024-02-07 04:32:40 +09:00
2024-02-07 04:32:40 +09:00
2024-05-08 07:33:37 +12:00
2024-05-08 07:33:37 +12:00
2024-05-09 15:02:43 +12:00
2024-05-08 07:33:37 +12:00
2024-05-06 14:19:25 +12:00
2024-05-06 14:19:25 +12:00
2024-02-07 04:32:40 +09:00
2024-02-07 04:32:40 +09:00
2024-02-07 04:32:40 +09:00
2024-05-02 13:49:01 +12:00
2024-05-02 13:49:01 +12:00
2024-02-07 04:32:40 +09:00
2024-02-07 04:32:40 +09:00
2024-02-07 04:32:40 +09:00
2024-02-07 04:32:40 +09:00
2024-02-07 04:32:40 +09:00
2024-05-08 07:33:37 +12:00
2024-05-08 07:33:37 +12:00
2024-02-08 10:55:20 +13:00
2024-05-08 07:33:37 +12:00
2024-02-08 10:55:20 +13:00
2024-02-08 10:55:20 +13:00
2024-02-08 10:55:20 +13:00
2024-05-09 03:14:31 +00:00
2024-02-08 10:55:20 +13:00
2024-05-08 07:33:37 +12:00
2024-02-08 10:55:20 +13:00
2024-02-08 10:55:20 +13:00
2024-02-08 10:55:20 +13:00
2024-02-08 10:55:20 +13:00
2024-02-08 10:55:20 +13:00
2024-05-08 07:33:37 +12:00
2024-05-08 07:33:37 +12:00
2024-02-08 10:55:20 +13:00
2024-02-08 10:55:20 +13:00
2024-03-20 21:17:32 +13:00
2024-02-21 08:40:13 +13:00
2024-02-21 08:40:13 +13:00
2024-03-28 07:56:19 +13:00
2024-02-21 08:40:13 +13:00
2024-05-08 07:33:37 +12:00
2024-02-21 08:40:13 +13:00
2024-05-08 07:33:37 +12:00
2024-05-08 07:33:37 +12:00
2024-02-21 08:40:13 +13:00
2024-02-21 08:40:13 +13:00
2024-02-21 08:40:13 +13:00
2024-02-21 08:40:13 +13:00
2024-05-08 07:33:37 +12:00
2024-02-21 08:40:13 +13:00
2024-05-08 07:33:37 +12:00
2024-02-21 08:40:13 +13:00
2024-02-21 08:40:13 +13:00
2024-02-21 08:40:13 +13:00
2024-05-08 07:33:37 +12:00
2024-05-08 07:33:37 +12:00
2024-03-19 12:52:40 +13:00
2024-03-19 12:52:40 +13:00
2024-03-19 12:52:40 +13:00
2024-03-19 12:52:40 +13:00
2024-03-13 14:16:02 +13:00
2024-05-08 07:33:37 +12:00
2024-05-16 15:22:40 +12:00
2024-05-16 15:22:40 +12:00
2024-03-19 12:52:40 +13:00
2024-05-08 07:33:37 +12:00
2024-05-08 07:33:37 +12:00
2024-05-08 07:33:37 +12:00
2024-05-08 07:33:37 +12:00
2024-05-08 07:33:37 +12:00
2024-05-08 07:33:37 +12:00
2024-05-08 07:33:37 +12:00
2024-03-19 12:52:40 +13:00
2024-05-08 07:33:37 +12:00
2024-05-08 07:33:37 +12:00
2024-05-08 07:33:37 +12:00
2024-03-19 12:52:40 +13:00
2024-05-08 07:33:37 +12:00
2024-05-08 07:33:37 +12:00
2024-05-08 07:33:37 +12:00
2024-06-04 14:57:05 +12:00
2024-05-08 07:33:37 +12:00
2024-05-08 07:33:37 +12:00
2024-05-08 07:33:37 +12:00
2024-03-19 12:52:40 +13:00
2024-03-19 12:52:40 +13:00
2024-05-08 07:33:37 +12:00
2024-05-08 07:33:37 +12:00
2024-05-08 07:33:37 +12:00
2024-05-08 07:33:37 +12:00
2024-03-27 14:06:57 +13:00
2024-04-22 10:29:56 +12:00
2024-03-27 14:06:57 +13:00
2024-03-27 14:06:57 +13:00
2024-03-27 14:06:57 +13:00
2024-03-27 14:06:57 +13:00
2024-03-27 14:22:01 +13:00
2024-05-13 13:36:10 +12:00
2024-05-08 07:33:37 +12:00
2024-03-27 14:22:01 +13:00
2024-03-27 14:22:01 +13:00
2024-03-27 14:22:01 +13:00
2024-03-27 14:22:01 +13:00
2024-03-27 14:22:01 +13:00
2024-03-27 14:22:01 +13:00
2024-03-27 14:22:01 +13:00
2024-03-27 20:15:50 +13:00
2024-03-27 14:22:01 +13:00
2024-05-24 09:07:39 +12:00
2024-04-10 03:57:22 -05:00
2024-04-10 03:57:22 -05:00
2024-04-10 03:57:22 -05:00
2024-04-10 03:57:22 -05:00
2024-04-10 03:57:22 -05:00
2024-04-10 03:57:22 -05:00
2024-04-10 03:57:22 -05:00
2024-04-10 03:57:22 -05:00
2024-04-10 03:57:22 -05:00
2024-04-10 03:57:22 -05:00
2024-04-15 12:25:10 +12:00
2024-04-10 03:57:22 -05:00
2024-04-10 03:57:22 -05:00
2024-04-10 03:57:22 -05:00
2024-06-04 15:09:46 +12:00
2024-04-10 03:57:22 -05:00
2024-04-10 03:57:22 -05:00
2024-06-09 15:15:29 -05:00
2024-04-12 11:28:59 +12:00
2024-03-13 14:04:59 +13:00
2024-04-10 03:57:22 -05:00
2024-04-10 03:57:22 -05:00
2024-04-10 03:57:22 -05:00
2024-04-23 21:36:30 +12:00
2024-04-23 21:36:30 +12:00
2024-04-23 21:36:30 +12:00
2024-05-21 09:18:13 +12:00
2024-04-23 21:36:30 +12:00
2024-05-08 07:33:37 +12:00
2024-05-16 16:50:28 +12:00
2024-05-16 16:50:28 +12:00
2024-04-23 21:36:30 +12:00
2024-04-23 21:36:30 +12:00
2024-04-23 21:36:30 +12:00
2024-04-23 21:36:30 +12:00
2024-05-08 07:33:37 +12:00
2024-05-08 07:33:37 +12:00
2024-04-23 21:36:30 +12:00
2024-04-23 21:36:30 +12:00
2024-05-08 07:33:37 +12:00
2024-03-27 14:14:23 +13:00
2024-03-13 16:01:22 +13:00
2024-03-27 20:15:50 +13:00
2024-03-27 14:22:54 +13:00
2024-03-27 14:22:54 +13:00
2024-03-27 20:30:13 +13:00
2024-03-27 20:30:13 +13:00
2024-03-27 20:30:13 +13:00
2024-03-27 20:30:13 +13:00
2024-03-27 20:30:13 +13:00
2024-05-08 07:33:37 +12:00
2024-03-27 20:30:13 +13:00
2024-05-08 07:33:37 +12:00
2024-03-27 20:30:13 +13:00
2024-05-08 07:33:37 +12:00
2024-05-08 07:33:37 +12:00
2024-03-27 20:30:13 +13:00
2024-05-30 03:46:52 -05:00
2024-04-23 15:45:12 +12:00
2024-04-23 15:45:12 +12:00
2024-04-23 15:45:12 +12:00
2024-04-23 15:45:12 +12:00
2024-04-23 15:45:12 +12:00
2024-04-23 15:45:12 +12:00
2024-04-23 15:45:12 +12:00
2024-04-23 15:45:12 +12:00
2024-04-23 15:45:12 +12:00
2024-04-23 15:45:12 +12:00
2024-04-23 15:45:12 +12:00
2024-04-23 15:45:12 +12:00
2024-04-23 15:45:12 +12:00
2024-04-23 15:45:12 +12:00
2024-04-23 15:45:12 +12:00
2024-04-23 15:45:12 +12:00
2024-04-23 15:45:12 +12:00
2024-04-23 15:45:12 +12:00
2024-04-23 15:45:12 +12:00
2024-04-23 15:45:12 +12:00
2024-04-23 15:45:12 +12:00
2024-04-23 15:45:12 +12:00
2024-04-23 15:45:12 +12:00
2024-05-08 07:33:37 +12:00
2024-05-08 07:33:37 +12:00
2024-04-23 15:45:12 +12:00
2024-05-08 07:33:37 +12:00
2024-04-23 15:45:25 +12:00
2024-04-23 15:45:25 +12:00
2024-04-23 15:45:25 +12:00
2024-04-23 15:45:25 +12:00
2024-05-08 07:33:37 +12:00
2024-05-08 07:33:37 +12:00
2024-04-23 15:45:25 +12:00
2024-04-23 15:45:25 +12:00
2024-04-23 15:45:25 +12:00
2024-04-23 15:45:25 +12:00
2024-04-23 15:45:25 +12:00
2024-05-22 16:17:32 +12:00
2024-04-23 15:45:25 +12:00
2024-05-08 07:33:37 +12:00
2024-05-08 07:33:37 +12:00
2024-05-08 07:33:37 +12:00
2024-04-23 15:45:25 +12:00
2024-05-24 09:08:28 +12:00
2024-04-23 15:45:25 +12:00
2024-04-23 15:45:25 +12:00
2024-05-01 16:49:20 +12:00
2024-04-23 15:45:25 +12:00
2024-04-23 15:45:25 +12:00
2024-05-08 07:33:37 +12:00
2024-03-27 14:24:32 +13:00
2024-05-08 07:33:37 +12:00
2024-03-27 14:24:32 +13:00
2024-05-08 07:33:37 +12:00
2024-03-27 14:24:32 +13:00
2024-05-22 13:08:53 +12:00
2024-04-23 15:45:59 +12:00
2024-04-23 15:38:51 +12:00
2024-04-23 15:38:51 +12:00
2024-04-23 15:38:51 +12:00
2024-04-23 15:38:51 +12:00
2024-04-23 15:38:51 +12:00
2024-04-23 15:38:51 +12:00
2024-04-23 15:38:51 +12:00
2024-04-23 15:38:51 +12:00
2024-05-08 07:33:37 +12:00
2024-04-23 15:38:51 +12:00
2024-04-23 15:38:51 +12:00
2024-04-23 15:38:51 +12:00
2024-04-23 15:38:51 +12:00
2024-04-23 15:38:51 +12:00
2024-04-23 15:38:51 +12:00
2024-04-23 15:38:51 +12:00
2024-04-23 15:38:51 +12:00
2024-04-23 15:38:51 +12:00
2024-04-23 15:38:51 +12:00
2024-05-08 07:33:37 +12:00
2024-05-08 07:33:37 +12:00
2024-05-08 07:33:37 +12:00
2024-05-08 07:33:37 +12:00
2024-05-08 07:33:37 +12:00
2024-05-08 07:33:37 +12:00
2024-05-08 07:33:37 +12:00
2024-04-23 15:38:51 +12:00
2024-04-23 15:38:51 +12:00
2024-04-23 15:38:51 +12:00
2024-04-23 15:38:51 +12:00
2024-04-03 15:57:05 +13:00
2024-03-27 14:25:02 +13:00
2024-03-28 12:56:26 +13:00
2024-05-08 07:33:37 +12:00
2024-03-27 14:25:02 +13:00
2024-05-08 07:33:37 +12:00
2024-05-08 07:33:37 +12:00
2024-04-23 16:53:13 +12:00
2024-04-23 16:53:13 +12:00
2024-04-23 16:53:13 +12:00
2024-05-29 17:05:19 +12:00
2024-06-05 00:35:19 -07:00
2024-04-23 16:53:13 +12:00
2024-05-08 07:33:37 +12:00
2024-04-23 16:53:13 +12:00
2024-04-23 16:53:13 +12:00
2024-04-23 16:53:13 +12:00
2024-04-23 16:53:13 +12:00
2024-04-23 16:53:13 +12:00
2024-04-23 16:53:13 +12:00
2024-05-08 07:33:37 +12:00
2024-05-08 07:33:37 +12:00
2024-05-08 07:33:37 +12:00
2024-04-23 16:53:13 +12:00
2024-05-08 07:33:37 +12:00
2024-05-08 07:33:37 +12:00
2024-05-23 07:43:13 +12:00
2024-04-23 21:49:15 +12:00
2024-04-23 21:49:15 +12:00
2024-05-02 07:17:11 +12:00
2024-04-23 21:49:15 +12:00
2024-04-23 21:49:15 +12:00
2024-04-23 21:49:15 +12:00
2024-03-12 16:33:40 +13:00
2024-04-23 21:49:15 +12:00
2024-04-23 21:49:15 +12:00
2024-04-23 21:49:15 +12:00
2024-04-23 21:49:15 +12:00
2024-04-23 21:49:15 +12:00
2024-04-23 21:49:15 +12:00
2024-04-23 21:49:15 +12:00
2024-04-23 21:49:15 +12:00
2024-04-23 21:49:15 +12:00
2024-05-08 07:33:37 +12:00
2024-04-23 21:49:15 +12:00
2024-04-23 21:49:15 +12:00
2024-04-23 21:49:15 +12:00
2024-05-08 07:33:37 +12:00
2024-05-08 07:33:37 +12:00
2024-04-23 21:49:15 +12:00
2024-05-08 07:33:37 +12:00
2024-04-23 21:49:15 +12:00
2024-05-08 07:33:37 +12:00
2024-05-08 07:33:37 +12:00
2024-05-08 07:33:37 +12:00
2024-05-08 07:33:37 +12:00
2024-04-23 21:49:15 +12:00
2024-04-23 21:49:15 +12:00
2024-04-24 07:40:20 +12:00
2024-04-23 17:22:14 +12:00
2024-06-04 15:09:46 +12:00
2024-04-24 07:40:20 +12:00
2024-04-24 07:40:20 +12:00
2024-04-24 07:40:20 +12:00
2024-04-24 07:40:20 +12:00
2024-04-24 07:40:20 +12:00
2024-04-24 07:40:20 +12:00
2024-05-08 07:33:37 +12:00
2024-04-24 07:40:20 +12:00
2024-04-24 07:40:20 +12:00
2024-04-24 07:40:20 +12:00
2024-04-24 07:40:20 +12:00
2024-04-24 07:40:20 +12:00
2024-04-24 07:40:20 +12:00
2024-04-24 07:40:20 +12:00
2024-04-24 07:40:20 +12:00
2024-04-24 07:40:20 +12:00
2024-04-24 07:40:20 +12:00
2024-04-24 07:40:20 +12:00
2024-05-08 07:33:37 +12:00
2024-04-24 07:40:20 +12:00
2024-04-24 07:40:20 +12:00
2024-04-24 07:40:20 +12:00
2024-05-08 07:33:37 +12:00
2024-05-08 07:33:37 +12:00
2024-05-08 07:33:37 +12:00
2024-04-24 07:40:20 +12:00
2024-05-08 07:33:37 +12:00
2024-03-21 16:23:30 +13:00
2024-05-23 09:31:56 +12:00
2024-04-23 21:49:03 +12:00
2024-04-23 21:49:03 +12:00
2024-04-23 21:49:03 +12:00
2024-04-23 21:49:03 +12:00
2024-04-23 21:49:03 +12:00
2024-04-23 21:49:03 +12:00
2024-05-07 12:47:07 +12:00
2024-05-08 07:33:37 +12:00
2024-05-08 07:33:37 +12:00
2024-05-08 07:33:37 +12:00
2024-04-09 15:51:54 +12:00
2024-04-10 08:03:18 +12:00
2024-04-23 21:49:03 +12:00
2024-04-23 21:49:03 +12:00
2024-04-23 21:49:03 +12:00
2024-05-08 07:33:37 +12:00
2024-05-08 07:33:37 +12:00
2024-04-23 21:49:03 +12:00
2024-04-23 21:49:03 +12:00
2024-04-23 21:49:03 +12:00
2024-04-23 21:49:03 +12:00
2024-04-23 21:49:03 +12:00
2024-04-23 21:49:03 +12:00
2024-04-23 21:49:03 +12:00
2024-04-23 21:49:03 +12:00
2024-04-23 21:49:03 +12:00
2024-04-23 21:49:03 +12:00
2024-04-23 21:49:03 +12:00
2024-04-23 21:49:03 +12:00
2024-05-08 07:33:37 +12:00
2024-03-27 14:26:50 +13:00
2024-03-27 14:26:50 +13:00
2024-03-27 14:26:50 +13:00
2024-03-27 14:26:50 +13:00
2024-05-08 07:33:37 +12:00
2024-02-22 16:03:14 +13:00
2024-05-08 07:33:37 +12:00
2024-03-19 10:42:03 +13:00
2024-03-19 10:42:03 +13:00
2024-03-11 21:51:01 -05:00
2024-05-08 07:33:37 +12:00
2024-03-19 10:42:03 +13:00
2024-03-19 10:42:03 +13:00
2024-05-29 16:36:49 +12:00
2024-04-26 18:44:58 +10:00
2024-05-08 07:33:37 +12:00
2024-03-27 20:15:59 +13:00
2024-03-27 20:15:59 +13:00
2024-05-08 07:33:37 +12:00
2024-05-08 07:33:37 +12:00
2024-05-08 07:33:37 +12:00
2024-05-08 07:33:37 +12:00
2024-05-31 21:36:51 -05:00
2024-04-24 13:21:44 +12:00
2024-04-24 13:21:44 +12:00
2024-04-24 13:21:44 +12:00
2024-04-24 13:21:44 +12:00
2024-04-24 13:21:44 +12:00
2024-04-24 13:21:44 +12:00
2024-04-24 13:21:44 +12:00
2024-04-24 13:21:44 +12:00
2024-03-27 20:15:59 +13:00
2024-03-27 20:15:59 +13:00
2024-03-19 12:49:00 +13:00
2024-03-19 12:49:00 +13:00
2024-05-08 07:33:37 +12:00
2024-05-08 07:33:37 +12:00
2024-05-08 07:33:37 +12:00
2024-05-08 07:33:37 +12:00
2024-05-08 07:33:37 +12:00
2024-05-08 07:33:37 +12:00
2024-05-08 07:33:37 +12:00
2024-05-08 07:33:37 +12:00
2024-05-08 07:33:37 +12:00
2024-05-08 07:33:37 +12:00
2024-05-08 07:33:37 +12:00
2024-05-08 07:33:37 +12:00
2024-05-08 07:33:37 +12:00
2024-05-08 07:33:37 +12:00
2024-05-08 07:33:37 +12:00
2024-05-08 07:33:37 +12:00
2024-05-08 07:33:37 +12:00
2024-05-08 07:33:37 +12:00
2024-05-08 07:33:37 +12:00
2024-05-08 07:33:37 +12:00
2024-03-19 12:49:00 +13:00
2024-03-21 16:25:11 +13:00
2024-03-19 12:49:00 +13:00
2024-03-19 12:49:00 +13:00
2024-03-19 12:49:00 +13:00
2024-03-19 12:49:00 +13:00