Searched refs:httpType (Results 1 – 4 of 4) sorted by relevance
/openbmc/bmcweb/http/ |
H A D | http_connection.hpp | 81 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 D | http_server.hpp | 36 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 D | http2_connection.hpp | 70 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 D | app.hpp | 132 HttpType httpType = getHttpType(socknameComponents[2]); in setupSocket() local 142 httpType}); in setupSocket()
|