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

vweb: use Response struct for 302 response (#11245)

This commit is contained in:
Miccah
2021-08-19 17:13:36 -05:00
committed by GitHub
parent 67e8031a08
commit 2cb0db633d
3 changed files with 47 additions and 3 deletions

View File

@ -47,6 +47,7 @@ const (
'vlib/vweb/tests/vweb_test.v',
'vlib/vweb/request_test.v',
'vlib/net/http/request_test.v',
'vlib/net/http/response_test.v',
'vlib/vweb/route_test.v',
'vlib/net/websocket/websocket_test.v',
'vlib/crypto/rand/crypto_rand_read_test.v',
@ -89,6 +90,7 @@ const (
'vlib/net/http/http_httpbin_test.v',
'vlib/net/http/header_test.v',
'vlib/net/http/server_test.v',
'vlib/net/http/response_test.v',
]
skip_on_linux = [
'do_not_remove',