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:
@ -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
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user