Headers
const BHttpHeaders& Headers() const;
const BHttpHeaders responseHeaders = result.Headers();
ServerHelper::NotifyClientTooOld(result.Headers());
LoadFarStringSmall(Headers[longhdr][0]),
LoadFarStringSmall2(Headers[longhdr][1])));
LoadFarString(Headers[longhdr][0]),
LoadFarStringSmall(Headers[longhdr][1])));
static ZCONST char Far *Headers[][2] =
return Headers()["Content-Type"];
const char* length = Headers()["Content-Length"];
const BHttpHeaders& headers = http_result.Headers();