While trying to figure out how to make an idiomatic HTTP request, I couldn't find any examples, so I was browsing std.http.Client.fetch to see what was available. While reviewing that code, I noticed these lines and wondered if this means that even if one does provide their own buffer for the server headers via options, does this mean that 16k buffer is still stack allocated?
I'm a complete newbie to zig (just ran zig init for first time this morning) and non-garbage collected languages, so please be gentle as I may be using terminology incorrectly. Thank you!