MCPcopy 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
124void Http::Request::setMethod( Http::Request::Method method ) {
125 mMethod = method;
126}
127
128void Http::Request::setUri( const std::string& uri ) {
129 mUri = uri;

Callers 3

downloadRequestMethod · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected