Home
last modified time | relevance | path

Searched refs:responseHeaders (Results 1 – 3 of 3) sorted by relevance

/haiku/src/apps/haikudepot/server/
H A DServerHelper.h24 const BHttpHeaders& responseHeaders
H A DServerHelper.cpp151 ServerHelper::NotifyClientTooOld(const BHttpHeaders& responseHeaders) in NotifyClientTooOld() argument
156 const char* minimumVersionC = responseHeaders[KEY_HEADER_MINIMUM_VERSION]; in NotifyClientTooOld()
H A DAbstractServerProcess.cpp382 const BHttpHeaders responseHeaders = result.Headers(); in DownloadToLocalFile() local
383 const char *locationC = responseHeaders["Location"]; in DownloadToLocalFile()
401 ServerHelper::NotifyClientTooOld(responseHeaders); in DownloadToLocalFile()