Fields
dynamic: usize,
In this case, the client’s Allocator will be used to store the entire HTTP header. This value is the maximum total size of HTTP headers allowed, otherwise error.HttpHeadersExceededSizeLimit is returned from read().
static: []u8,
This is used to store the entire HTTP header. If the HTTP header is too big to fit, error.HttpHeadersExceededSizeLimit
is returned from read(). When this is used, error.OutOfMemory
cannot be returned from read()
.