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

vweb: make vweb async (#8095)

This commit is contained in:
Louis Schmieder
2021-01-21 11:08:38 +01:00
committed by GitHub
parent 0c249fa040
commit b44ec4921f
2 changed files with 16 additions and 6 deletions

View File

@ -225,7 +225,7 @@ struct SimpleTcpClientConfig {
host string = 'static.dev'
path string = '/'
agent string = 'v/net.tcp.v'
headers string
headers string = '\r\n'
content string
}