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

Method is_secure

src/cookie.cpp:151–153  ·  view source on GitHub ↗

Implementation of is_secure method.

Source from the content-addressed store, hash-verified

149
150// Implementation of is_secure method.
151bool curl::cookie::is_secure() const NOEXCEPT {
152 return this->secure;
153}
154
155// Implementation of get_datetime method.
156curl::cookie_datetime curl::cookie::get_datetime() const NOEXCEPT {

Callers 1

get_formattedMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected