Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LeFroid/Viper-Browser
/ setMethod
Method
setMethod
src/core/network/HttpRequest.cpp:106–109 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
104
}
105
106
void HttpRequest::setMethod(HttpRequestMethod method)
107
{
108
m_requestMethod = method;
109
}
110
111
void HttpRequest::setPostData(const QByteArray &postData)
112
{
Callers
1
getSearchRequest
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected