Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SpartanJ/eepp
/ setMethod
Method
setMethod
src/eepp/network/http.cpp:124–126 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
122
}
123
124
void Http::Request::setMethod( Http::Request::Method method ) {
125
mMethod = method;
126
}
127
128
void Http::Request::setUri( const std::string& uri ) {
129
mUri = uri;
Callers
3
LLMChatCompletionRequest
Method · 0.80
downloadRequest
Method · 0.80
main
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected