anschrammh
|
9d4edfc0f0
|
Moved an internally used enum only to the private section of the class, changed the return type of the sendHttpQuery function from int to an enum which gives more details and remove the usage of magic numbers (line at which the return occured)
|
2025-11-04 21:37:11 +01:00 |
|
anschrammh
|
ab493ef6d8
|
Did some cleaning, added the flush statement to make sure the request is sent when needed and added some methodes to retrieve and reset the connection retry count
|
2022-09-27 07:24:22 +02:00 |
|
|
|
f981c06fc3
|
Corrected a spelling mistake
|
2022-04-17 21:53:17 +02:00 |
|
|
|
e3cdaafd88
|
Updated the sendHttpQuery method to now return an error code which tells the line corresponding to the return of the failure
|
2022-04-09 19:10:18 +02:00 |
|
|
|
e5d250556f
|
Removed fixed some warnings
|
2022-03-30 12:00:13 +02:00 |
|
anschrammh
|
944c11477b
|
Updated the HttpClient class and the WEBServer class
|
2020-07-16 22:20:23 +02:00 |
|
|
|
f76639745f
|
Corrected the isReplyAvailable methode
|
2020-07-14 11:48:43 +02:00 |
|
anschrammh
|
488d442df3
|
Added the max retries option
|
2020-01-07 12:22:29 +01:00 |
|
anschrammh
|
d0349ea26e
|
Renamed former HtmlClient to HttpClient and implemented the methods
|
2019-12-28 14:07:40 +01:00 |
|