|
d55b66b7ff
|
Only start the server thread when it's actually needed.
|
2022-07-24 14:15:00 +02:00 |
|
|
057d937d8f
|
Added more binds to WebServerSimple.
|
2022-07-24 13:53:55 +02:00 |
|
|
3956c88859
|
Added threading settings binds to the SimpleWebServer.
|
2022-07-24 13:40:58 +02:00 |
|
|
aa8c6b35d1
|
IMplemented threading for the simple web server.
|
2022-07-24 13:19:21 +02:00 |
|
|
7d3486e5ee
|
Now the simple server is using a List in a thread safe way.
|
2022-07-24 11:53:16 +02:00 |
|
|
24e120142e
|
Implement basig http header parsing, and also send the request through the WebNode tree.
|
2022-07-01 17:40:47 +02:00 |
|
|
92040597e9
|
Fixed my fix.
|
2022-06-30 17:29:02 +02:00 |
|
|
e3989cafad
|
Fix a compile error for some of the platforms.
|
2022-06-30 17:25:45 +02:00 |
|
|
e660b2d848
|
Cleaned up WebServerSimple and added it to the build.
|
2022-06-30 17:15:57 +02:00 |
|
|
8014115546
|
Initial cleanup of the web server classes.
|
2022-06-30 16:28:23 +02:00 |
|
|
48e8b85f7e
|
Copied over the javacript export class, as a base of a simple webserver implementation (later).
|
2022-06-27 16:38:35 +02:00 |
|