srctree

Gregory Mullen parent f812e0b4 d3d29f7a
add frame comments

inlinesplit
src/frame.zig added: 4, removed: 1, total 3
@@ -31,10 +31,13 @@ user: ?Auth.User = null,
/// reading it later. Use with caution, as may leak if misused.
response_data: ResponseData,
 
/// Response Headers
headers: Headers,
/// Response Cookies
cookie_jar: Cookies.Jar,
// TODO document content_type
content_type: ?ContentType = ContentType.default,
 
status: ?std.http.Status = null,
 
headers_done: bool = false,