aboutsummaryrefslogtreecommitdiff
path: root/src/http/root.zig
blob: 743e1c4be1401c214cedfff5c015a4fbbbb91612 (plain)
1
2
3
4
5
6
7
//! All HTTP specific abstractions belong here.

const std = @import("std");

test {
    _ = std.testing.refAllDecls(@This());
}