H. Árkosi Róbert
0a8a374764
Correction to http_request
example ( #4543 )
...
The affected example code caused two errors:
- a `no return statement in function returning non-void [-Werror=return-type]` caused by missing `return`s within the `if`s.
- `while parsing a block mapping ... expected <block end>, but found '<scalar>'` caused by the `;` at the end of `args`
2024-12-29 09:08:13 +11:00
Jesse Hills
29f917d90d
[http_request] Fix indentation ( #4423 )
2024-11-11 14:22:47 +13:00
Jesse Hills
5441be1761
Merge branch 'current' into next
2024-11-08 17:02:07 +13:00
Chad Matsalla
9a2c57bd48
Add documentation for json component ( #4349 )
...
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2024-11-07 12:40:12 +13:00
Clyde Stubbs
07b045375d
[http_request] Document on_error trigger ( #4401 )
2024-10-30 14:11:01 +13:00
Clyde Stubbs
cbb2ba8a27
[http_request] Add status_code note ( #4397 )
2024-10-29 13:23:38 +13:00
dentra
3802a8133c
[http_request] Allow configure buffer size on ESP-IDF ( #4078 )
...
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2024-07-24 15:51:01 +12:00
Jesse Hills
6e9a0181eb
[http_request] Change default timeout to 4.5s ( #4077 )
2024-07-22 20:51:37 -05:00
Jesse Hills
170f770b71
[http_request] Simplify component examples ( #4076 )
2024-07-23 11:45:29 +12:00
Andrew J.Swan
fde5bdd659
Add on_response Trigger
lambda example ( #3987 )
...
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2024-07-17 10:35:29 +00:00
Olivier ARCHER
cdd4605dd9
[http_request] fix response ( #4049 )
2024-07-15 08:52:49 +12:00
Jesse Hills
38f8eb2c6e
Update `json::parse_json
` examples ( #3949 )
2024-06-17 15:35:55 +12:00
Keith Burzinski
876885823f
Documentation updates for `http_request
` component refactor ( #3919 )
...
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2024-06-10 12:36:21 +12:00
Stas
6a378af92e
http_request: document new parameter duration_ms
in on_response
handler ( #2578 )
2023-01-10 17:40:48 +13:00
H. Árkosi Róbert
7bfbc6f228
Example to parse values from JSON response to HTTP Request ( #1914 )
...
* Example to parse values from JSON response to HTTP Request
* Make the example less generic
Thanks @jesserockz
https://discord.com/channels/429907082951524364/943548559289122837/943611047728799785
* Update http_request.rst
* Update http_request.rst
* Update http_request.rst
2022-03-12 13:27:48 -05:00
guillempages
89c2c47e47
Document HTTP redirections follow options ( #1839 )
...
Co-authored-by: Oxan van Leeuwen <oxan@oxanvanleeuwen.nl>
2022-01-25 09:53:56 +01:00
Jesse Hills
ae922bc8ac
Merge branch 'current' into next
2021-12-02 17:10:24 +13:00
Oxan van Leeuwen
f358d4c0db
Use consistent syntax for config option types ( #1659 )
2021-11-29 07:57:01 +13:00
Otto Winter
6053f490b5
Update svg2png and seo.py ( #1380 )
...
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2021-11-16 15:19:33 +13:00
Otto Winter
2d1ca74d4f
Document esp8266 & esp32 new platform components ( #1540 )
...
Co-authored-by: Oxan van Leeuwen <oxan@oxanvanleeuwen.nl>
Co-authored-by: Guillermo Ruffino <glm.net@gmail.com>
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2021-10-20 10:14:35 +13:00
Kamil Trzciński
3438b7f47e
Add information about esp8266_disable_ssl_support ( #1443 )
2021-09-19 19:44:54 +02:00
Jesse Hills
9265b6cc8b
Add docs for http_request on_response trigger ( #1049 )
2021-03-22 16:26:19 +13:00
Nikolay Vasilchuk
519bbc30b2
http_request component Docs ( #392 )
2019-11-09 18:39:13 +01:00