MCPcopy Create free account
hub / github.com/Icinga/icinga2 / DecodeParams

Method DecodeParams

lib/remote/httpmessage.cpp:133–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131}
132
133void HttpApiRequest::DecodeParams()
134{
135 if (!m_Url) {
136 DecodeUrl();
137 }
138 m_Params = HttpUtility::FetchRequestParameters(m_Url, body());
139}
140
141template<bool isRequest, typename Body, typename StreamVariant>
142OutgoingHttpMessage<isRequest, Body, StreamVariant>::OutgoingHttpMessage(StreamVariant stream)

Callers 2

ProcessRequestMethod · 0.80
BOOST_AUTO_TEST_CASEFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected