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

Method get_domain

src/cookie.cpp:146–148  ·  view source on GitHub ↗

Implementation of get_domain method.

Source from the content-addressed store, hash-verified

144
145// Implementation of get_domain method.
146string curl::cookie::get_domain() const NOEXCEPT {
147 return this->domain;
148}
149
150// Implementation of is_secure method.
151bool curl::cookie::is_secure() const NOEXCEPT {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected