Home
last modified time | relevance | path

Searched refs:submitResponse (Results 1 – 2 of 2) sorted by relevance

/openbmc/bmcweb/http/
H A Dnghttp2_adapters.hpp157 int submitResponse(int32_t streamId, std::span<const nghttp2_nv> headers, in submitResponse() function
H A Dhttp2_connection.hpp196 int rv = ngSession.submitResponse(streamId, hdr, &dataPrd); in sendResponse()