diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2023-04-23 06:29:46 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-23 06:29:46 -0700 |
| commit | 1884be4ecd2bf5458afedbc73eb3286a8b1b2d18 (patch) | |
| tree | 27aa7f425b40a8f7b8e9392e19dec3c91d8b75a1 /lib/std/http.zig | |
| parent | b95cdf0aeb4d4d31c0b6a54302ef61baec8f6773 (diff) | |
| parent | afebef2465a828132f87cd2aeff0c5873ca10de5 (diff) | |
| download | zig-1884be4ecd2bf5458afedbc73eb3286a8b1b2d18.tar.gz zig-1884be4ecd2bf5458afedbc73eb3286a8b1b2d18.zip | |
Merge pull request #15372 from nwtgck/fix-http-client
Diffstat (limited to 'lib/std/http.zig')
| -rw-r--r-- | lib/std/http.zig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/std/http.zig b/lib/std/http.zig index 364cc4eeda..2f0a20de8d 100644 --- a/lib/std/http.zig +++ b/lib/std/http.zig @@ -275,4 +275,5 @@ test { _ = Client; _ = Method; _ = Status; + _ = @import("http/test.zig"); } |
