1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

vweb: middleware implementation (#17730)

This commit is contained in:
Casper Kuethe
2023-03-26 00:57:42 +01:00
committed by GitHub
parent 713c95fcc8
commit 1fe5aca782
11 changed files with 968 additions and 19 deletions

View File

@ -7,7 +7,7 @@ import io
const (
sport = 12380
localserver = 'localhost:${sport}'
localserver = '127.0.0.1:${sport}'
exit_after_time = 12000 // milliseconds
vexe = os.getenv('VEXE')
vweb_logfile = os.getenv('VWEB_LOGFILE')