mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
vweb: refactor HTTP request parsing (#8874)
This commit is contained in:
@@ -18,6 +18,7 @@ const (
|
||||
'vlib/sqlite/sqlite_test.v',
|
||||
'vlib/v/tests/orm_sub_struct_test.v',
|
||||
'vlib/vweb/tests/vweb_test.v',
|
||||
'vlib/vweb/request_test.v',
|
||||
'vlib/x/websocket/websocket_test.v',
|
||||
]
|
||||
skip_with_fsanitize_address = [
|
||||
@@ -135,6 +136,7 @@ const (
|
||||
'vlib/v/tests/unsafe_test.v',
|
||||
'vlib/v/tests/working_with_an_empty_struct_test.v',
|
||||
'vlib/vweb/tests/vweb_test.v',
|
||||
'vlib/vweb/request_test.v',
|
||||
'vlib/x/json2/any_test.v',
|
||||
'vlib/x/json2/decoder_test.v',
|
||||
'vlib/x/json2/json2_test.v',
|
||||
@@ -308,6 +310,7 @@ const (
|
||||
'vlib/v/tests/working_with_an_empty_struct_test.v',
|
||||
'vlib/v/vcache/vcache_test.v',
|
||||
'vlib/vweb/tests/vweb_test.v',
|
||||
'vlib/vweb/request_test.v',
|
||||
'vlib/v/compiler_errors_test.v',
|
||||
'vlib/v/tests/map_enum_keys_test.v',
|
||||
'vlib/v/tests/tmpl_test.v',
|
||||
@@ -336,6 +339,7 @@ const (
|
||||
'vlib/v/tests/orm_sub_struct_test.v',
|
||||
'vlib/clipboard/clipboard_test.v',
|
||||
'vlib/vweb/tests/vweb_test.v',
|
||||
'vlib/vweb/request_test.v',
|
||||
'vlib/x/websocket/websocket_test.v',
|
||||
'vlib/net/http/http_httpbin_test.v',
|
||||
'vlib/net/http/header_test.v',
|
||||
@@ -351,6 +355,7 @@ const (
|
||||
'vlib/net/unix/unix_test.v',
|
||||
'vlib/x/websocket/websocket_test.v',
|
||||
'vlib/vweb/tests/vweb_test.v',
|
||||
'vlib/vweb/request_test.v',
|
||||
]
|
||||
skip_on_non_windows = []string{}
|
||||
skip_on_macos = []string{}
|
||||
|
||||
Reference in New Issue
Block a user