MCPcopy Create free account
hub / github.com/NatronGitHub/Natron / setUrl

Function setUrl

libs/qhttpserver/src/qhttprequest.h:187–187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

185 void setMethod(HttpMethod method) { m_method = method; }
186 void setVersion(const QString &version) { m_version = version; }
187 void setUrl(const QUrl &url) { m_url = url; }
188 void setHeaders(const HeaderHash headers) { m_headers = headers; }
189 void setSuccessful(bool success) { m_success = success; }
190

Callers 1

addUrlsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected