Delyan Angelov
|
354b21003a
|
net.http.file: fix usage examples (add closing apostrophes)
|
2024-04-23 17:20:05 +03:00 |
|
Delyan Angelov
|
4f0a8b5ee2
|
net.http.file: support index_file (index.html by default), and auto_index (true by default) parameters to file.serve()
|
2024-04-22 08:28:51 +03:00 |
|
Turiiya
|
8aa9314a99
|
vlib: refactor empty string checks to use s == '' or s != '' , instead of s.len == 0 (#21300)
|
2024-04-18 02:44:31 +03:00 |
|
Delyan Angelov
|
856984aa14
|
cleanup: turn .microseconds() ... us to .microseconds() ... µs (#20588)
|
2024-01-20 07:16:24 +02:00 |
|
Delyan Angelov
|
de3b2b00a3
|
os, net.http.file: add a folder listing to the http static file server, started by file.serve/1 (#20192)
|
2023-12-16 08:06:30 +02:00 |
|
Delyan Angelov
|
687b33a137
|
net.http.file: fix oneline usage examples in the comments of file.serve/1
|
2023-12-15 20:34:12 +02:00 |
|
Joe C
|
757929392e
|
all: update attributes to use new syntax
|
2023-11-15 16:16:01 +11:00 |
|
Delyan Angelov
|
d93488b141
|
vlib: add net.http.file, allowing for v -e "import net.http.file; file.serve()" (#19348)
|
2023-09-15 00:45:02 +03:00 |
|