summaryrefslogtreecommitdiff
path: root/icespider/testing/testRequest.h
diff options
context:
space:
mode:
Diffstat (limited to 'icespider/testing/testRequest.h')
-rw-r--r--icespider/testing/testRequest.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/icespider/testing/testRequest.h b/icespider/testing/testRequest.h
index e274227..60bfcc5 100644
--- a/icespider/testing/testRequest.h
+++ b/icespider/testing/testRequest.h
@@ -21,10 +21,10 @@ namespace IceSpider {
const PathElements & getRequestPath() const override;
PathElements & getRequestPath() override;
HttpMethod getRequestMethod() const override;
- OptionalString getEnv(const std::string_view & key) const override;
- 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;
+ OptionalString getEnvStr(const std::string_view & key) const override;
+ OptionalString getQueryStringParamStr(const std::string_view & key) const override;
+ OptionalString getCookieParamStr(const std::string_view & key) const override;
+ OptionalString getHeaderParamStr(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 &);