MCPcopy Create free account
hub / github.com/SmingHub/Sming / setURL

Method setURL

Sming/Components/Network/src/Network/Http/HttpRequest.h:74–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72 }
73
74 HttpRequest* setURL(const Url& uri)
75 {
76 this->uri = uri;
77 return this;
78 }
79
80 HttpRequest* setMethod(HttpMethod method)
81 {

Callers 3

onPathMethod · 0.80
startMethod · 0.80
fetchNextItemMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected