diff options
Diffstat (limited to 'icespider/testing/testRequest.h')
-rw-r--r-- | icespider/testing/testRequest.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/icespider/testing/testRequest.h b/icespider/testing/testRequest.h index a08f9c0..31d3e4b 100644 --- a/icespider/testing/testRequest.h +++ b/icespider/testing/testRequest.h @@ -18,6 +18,7 @@ namespace IceSpider { OptionalString getQueryStringParam(const std::string_view & key) const override; OptionalString getCookieParam(const std::string_view & key) const override; OptionalString getHeaderParam(const std::string_view & key) const override; + bool isSecure() const override; void setQueryStringParam(const std::string_view &, const OptionalString &); void setHeaderParam(const std::string_view &, const OptionalString &); void setCookieParam(const std::string_view &, const OptionalString &); |