Commit Graph

11 Commits

Author SHA1 Message Date
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
b7b2d76232 Minor changes to the HttpClient class 2025-10-28 19:23:07 +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
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
anschrammh
847b350f82 Updated the HttpClient class due to changes to the httpVersionToString and httpMIMETypeToString methods 2022-04-05 21:00:50 +02:00
e5d250556f Removed fixed some warnings 2022-03-30 12:00:13 +02:00
e732cf48aa Removed a bunch of warnings + re added SPI_FULL_SPEED default value in the BoardConfig.h 2022-03-30 11:04:12 +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