Home
last modified time | relevance | path

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

/openbmc/bmcweb/http/
H A Dhttp_connection.hpp81 httpType(httpTypeIn), adaptor(std::move(adaptorIn)), handler(handlerIn), in Connection()
178 if (httpType != HttpType::HTTPS && httpType != HttpType::BOTH) in afterDetectSsl()
185 httpType = HttpType::HTTPS; in afterDetectSsl()
193 if (httpType != HttpType::HTTP && httpType != HttpType::BOTH) in afterDetectSsl()
201 httpType = HttpType::HTTP; in afterDetectSsl()
286 std::move(adaptor), handler, getCachedDateStr, httpType); in upgradeToHttp2()
353 if (httpType == HttpType::HTTP) in doUpgrade()
468 if (httpType == HttpType::HTTPS) in gracefulClose()
675 if (httpType == HttpType::HTTP) in doReadHeaders()
753 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 Dhttp2_connection.hpp70 httpType(httpTypeIn), adaptor(std::move(adaptorIn)), in HTTP2Connection()
572 if (httpType == HttpType::HTTPS) in writeBuffer()
578 else if (httpType == HttpType::HTTP) in writeBuffer()
624 if (httpType == HttpType::HTTPS) in doRead()
630 else if (httpType == HttpType::HTTP) in doRead()
644 HttpType httpType = HttpType::BOTH; member in crow::HTTP2Connection
H A Dapp.hpp132 HttpType httpType = getHttpType(socknameComponents[2]); in setupSocket() local
142 httpType}); in setupSocket()