MCPcopy Create free account
hub / github.com/awawa-dev/HyperHDR / setClientInfo

Method setClientInfo

sources/webserver/QtHttpRequest.cpp:25–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25void QtHttpRequest::setClientInfo(const QHostAddress& server, const QHostAddress& client)
26{
27 m_clientInfo.serverAddress = server;
28 m_clientInfo.clientAddress = client;
29}
30
31void QtHttpRequest::addHeader(const QByteArray& header, const QByteArray& value)
32{

Callers 1

onClientDataReceivedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected