1
0
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:
Miccah
2021-02-27 15:54:27 -06:00
committed by GitHub
parent 1d69a0bd22
commit 2f9687d29b
3 changed files with 512 additions and 0 deletions

View File

@@ -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 = [