aboutsummaryrefslogtreecommitdiff
path: root/lib/std/http.zig
AgeCommit message (Collapse)Author
2022-05-11std: add http definitions for Method and Status (#10661)Meghan
2020-09-29move std.http to the standard library orphanageAndrew Kelley
I want to take the design of this in a different direction. I think this abstraction is too high level. I want to start bottom-up. std-lib-orphanage commit 179ae67d61455758d71037434704fd4a17a635a9
2020-08-20add license header to all std lib filesAndrew Kelley
add SPDX license identifier copyright ownership is zig contributors
2019-09-25mv std/ lib/Andrew Kelley
that's all this commit does. further commits will fix cli flags and such. see #2221