anschrammh
|
0ead1e5600
|
Changed port data type from unsigned int to uint16_t as well as removed a redundant port information
|
2020-12-12 11:11:35 +01:00 |
|
|
cea2bf8f64
|
Fixed merge conflicts
|
2020-07-17 12:29:32 +02:00 |
|
|
92c94c7c88
|
Renamed an error message
|
2020-07-17 12:24:55 +02:00 |
|
anschrammh
|
944c11477b
|
Updated the HttpClient class and the WEBServer class
|
2020-07-16 22:20:23 +02:00 |
|
anschrammh
|
ab6260a2ac
|
Updated the version history
|
2020-02-02 20:57:53 +01:00 |
|
anschrammh
|
af25f55089
|
Updated getHTTPHeader function (increased mime type size)
|
2019-12-28 14:09:51 +01:00 |
|
anschrammh
|
2cca10ec5a
|
Removed http specific enums, which are now part of the HttpConstants class
|
2019-12-27 10:47:02 +01:00 |
|
|
1eaa1c1361
|
Added a new state to the state machine for consistency
|
2019-12-25 21:07:11 +01:00 |
|
anschrammh
|
e9625b909c
|
Implemented the post data parser (only for application/x-www-form-urlencoded), replaced strcpy with memmove, put string that was in ram to flash + other optimizations
|
2019-11-17 19:25:36 +01:00 |
|
anschrammh
|
882e97dfcd
|
Small change
|
2019-10-19 15:37:14 +02:00 |
|
anschrammh
|
b272ab0f22
|
Changed sdcard library driver, now using the one for the esp8266 which is mush better, also note that the WEBServerManager will be removed in a near future
|
2019-10-18 01:06:59 +02:00 |
|
anschrammh
|
d41cebfee6
|
Removed useless file close statement
|
2019-10-16 19:21:53 +02:00 |
|
anschrammh
|
c777e23a52
|
Updated TCPServer and WEBServer core logic
|
2019-10-13 16:43:54 +02:00 |
|
anschrammh
|
45b7a6245c
|
The board is now using the new WEBServer class which can handle more than one client and is non blocking even with big files
|
2019-10-10 18:19:44 +02:00 |
|