mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
net: add HTTP Header struct and methods (#8991)
This commit is contained in:
@@ -11,6 +11,7 @@ const (
|
||||
'vlib/net/http/http_test.v',
|
||||
'vlib/net/http/status_test.v',
|
||||
'vlib/net/http/http_httpbin_test.v',
|
||||
'vlib/net/http/header_test.v',
|
||||
'vlib/net/udp_test.v',
|
||||
'vlib/net/tcp_test.v',
|
||||
'vlib/orm/orm_test.v',
|
||||
@@ -48,6 +49,7 @@ const (
|
||||
'vlib/net/tcp_simple_client_server_test.v',
|
||||
'vlib/net/unix/unix_test.v',
|
||||
'vlib/net/http/http_httpbin_test.v',
|
||||
'vlib/net/http/header_test.v',
|
||||
'vlib/net/http/status_test.v',
|
||||
'vlib/net/http/http_test.v',
|
||||
'vlib/orm/orm_test.v',
|
||||
@@ -336,6 +338,7 @@ const (
|
||||
'vlib/vweb/tests/vweb_test.v',
|
||||
'vlib/x/websocket/websocket_test.v',
|
||||
'vlib/net/http/http_httpbin_test.v',
|
||||
'vlib/net/http/header_test.v',
|
||||
]
|
||||
skip_on_linux = []string{}
|
||||
skip_on_non_linux = [
|
||||
|
||||
Reference in New Issue
Block a user