|
25323a92b7
|
Fix shadowed declaration.
|
2022-07-01 22:17:35 +02:00 |
|
|
b77fc71b2d
|
Call setup_url_stack before trying to handle the request.
|
2022-07-01 18:50:42 +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 |
|
|
0ee8dc5f2a
|
Callback setup for http_parser.
|
2022-07-01 01:03:23 +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 |
|
|
617d3e6321
|
Added SimpleWebServerRequest.
|
2022-06-30 18:06:02 +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 |
|