Jonah Bonner
|
e648b9c86d
|
[wpinet] Serve index HTML file from WebServer if available (#7780)
|
2025-02-13 18:10:02 -08:00 |
|
Peter Johnson
|
80c391e182
|
[wpinet] WebServer: Unescape URI (#7552)
Also provide Content-Disposition filename header in response.
This fixes e.g. filenames with spaces in them.
|
2024-12-15 12:28:08 -08:00 |
|
Peter Johnson
|
564c1f2de2
|
[wpinet] WebServer: Fix Windows (#7551)
The order of evaluation of parameters is not defined; on Windows,
the std::move was executed before the GetBuffer().
|
2024-12-14 23:07:48 -08:00 |
|
Peter Johnson
|
a1b642a402
|
[wpinet] Add simple web server (#7527)
Also add EscapeHTML to HttpUtil.
|
2024-12-14 11:51:21 -08:00 |
|