|
7d3486e5ee
|
Now the simple server is using a List in a thread safe way.
|
2022-07-24 11:53:16 +02:00 |
|
|
492f29163c
|
Refactored the SimpleHTTPServer to be able to multi thread it a bit later.
|
2022-07-24 02:40:39 +02:00 |
|
|
4baf5ed2da
|
Remove unused method.
|
2022-07-24 02:00:53 +02:00 |
|
|
9d07a6b271
|
Implement handling http status codes for responses.
|
2022-07-21 12:26:39 +02:00 |
|
|
a7b705ebea
|
Implemented sending responses. (In an extremely simple way for now.)
|
2022-07-01 18:25:45 +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 |
|
|
7455fc9dd5
|
moved HTTPParser and writer to the simple server's directory.
|
2022-06-30 23:18:45 +02:00 |
|
|
08bb253a5c
|
Some initial work on the parser.
|
2022-06-30 23:12:32 +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 |
|