cosmopolitan/tool/net
Justine Tunney 91f4167a45 Add root redirect for redbean webserver
We have a webserver demo:

    make -j8 o//tool/net/redbean.com
    o/tool/net/redbean.com -v

It's been a little bit confusing that until now you had to visit the
following URL in order to see the default web page:

    http://127.0.0.1:8080/tool/net/redbean.html

The following URLs will now redirect to the above page, but only if
nothing's been defined for those paths and they would otherwise result
in a 404 response:

    http://127.0.0.1:8080/
    http://127.0.0.1:8080/index.html
2021-02-25 19:14:22 -08:00
..
dig.c Add curl example (#42) 2021-02-18 19:20:41 -08:00
echoserver.c Use unsigned leb128 for magnums 2021-02-24 04:00:38 -08:00
greenbean.c Get all tests passing on NetBSD 2021-02-05 09:49:28 -08:00
net.mk Support malloc() on bare metal 2021-02-24 00:53:24 -08:00
redbean.c Add root redirect for redbean webserver 2021-02-25 19:14:22 -08:00
redbean.css Add fixes performance and static web server 2020-10-05 23:11:49 -07:00
redbean.html Add fixes performance and static web server 2020-10-05 23:11:49 -07:00
redbean.ico Make improvements 2020-09-14 00:02:34 -07:00
redbean.png Make improvements 2020-09-14 00:02:34 -07:00