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