MCPcopy Create free account
hub / github.com/JosephP91/curlcpp / set_domain

Method set_domain

src/cookie.cpp:75–78  ·  view source on GitHub ↗

Implelementation of set_domain method.

Source from the content-addressed store, hash-verified

73
74// Implelementation of set_domain method.
75curl::cookie *curl::cookie::set_domain(const string& _domain) NOEXCEPT {
76 this->domain = _domain;
77 return this;
78}
79
80// Implementation of set_domain overloaded method.
81curl::cookie *curl::cookie::set_domain(const char *_domain) NOEXCEPT {

Callers 2

mainFunction · 0.80
cookieMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected