**Is your feature request related to a problem? Please describe.** As requested here: https://github.com/letscontrolit/ESPEasy/issues/5358#issuecomment-3194329045 When an external host is unreachable, the default HTTP time-out causes high CPU-Load on the unit. A shorter time-out would be helpful here. Current defaults: - With `SentToHTTP wait for ack` setting _dis_abled: 1000 msec - With `SentToHTTP wait for ack` setting _en_abled: 4000 msec **Describe the solution you'd like** For the `SendToHTTP`/`PostToHTTP`/`PutToHTTP` commands, a configurable max. time-out setting **Describe alternatives you've considered** TBD