Does Zig have support for either of these protocols? Specifically for making API requests and communicating with websocket servers as a client
HTTP is still a TODO for the standard library.
Some libraries for these things, in no particular order:
https://github.com/truemedian/hzzp
https://github.com/Vexu/routez
https://github.com/truemedian/wz
https://github.com/ducdetronquito/h11
Related:
https://github.com/MasterQ32/zig-bearssl/
https://github.com/MasterQ32/zig-network/
http covered by #910 #2007
Nope, will not be in the standard library.
Most helpful comment
HTTP is still a TODO for the standard library.
Some libraries for these things, in no particular order:
https://github.com/truemedian/hzzp
https://github.com/Vexu/routez
https://github.com/truemedian/wz
https://github.com/ducdetronquito/h11
Related:
https://github.com/MasterQ32/zig-bearssl/
https://github.com/MasterQ32/zig-network/