Home
last modified time | relevance | path

Searched refs:httpType (Results 1 – 4 of 4) sorted by relevance

/openbmc/bmcweb/http/
H A Dhttp_connection.hpp89 httpType(httpTypeIn), adaptor(std::move(adaptorIn)), handler(handlerIn), in Connection()
186 if (httpType != HttpType::HTTPS && httpType != HttpType::BOTH) in afterDetectSsl()
193 httpType = HttpType::HTTPS; in afterDetectSsl()
201 if (httpType != HttpType::HTTP && httpType != HttpType::BOTH) in afterDetectSsl()
209 httpType = HttpType::HTTP; in afterDetectSsl()
294 std::move(adaptor), handler, getCachedDateStr, httpType, in upgradeToHttp2()
362 if (httpType == HttpType::HTTP) in doUpgrade()
479 if (httpType == HttpType::HTTPS) in gracefulClose()
681 if (httpType == HttpType::HTTP) in doReadHeaders()
762 if (httpType == HttpType::HTTP) in doRead()
[all …]
H A Dhttp_server.hpp36 HttpType httpType; member
128 void afterAccept(SocketPtr socket, HttpType httpType, in afterAccept() argument
148 handler, httpType, std::move(timer), getCachedDateStr, in afterAccept()
168 accept.httpType)); in doAccept()
H A Dapp.hpp132 HttpType httpType = getHttpType(socknameComponents[2]); in setupSocket() local
142 httpType}); in setupSocket()
H A Dhttp2_connection.hpp73 httpType(httpTypeIn), adaptor(std::move(adaptorIn)), in HTTP2Connection()
607 if (httpType == HttpType::HTTPS) in writeBuffer()
613 else if (httpType == HttpType::HTTP) in writeBuffer()
664 if (httpType == HttpType::HTTPS) in doRead()
670 else if (httpType == HttpType::HTTP) in doRead()
684 HttpType httpType = HttpType::BOTH;
685 HttpType httpType = HttpType::BOTH; global() member in crow::HTTP2Connection