diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2023-07-26 12:32:17 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2023-07-26 12:32:17 +0100 |
commit | 9105d6576924ef5e502df2de7c368dce63bf5eb7 (patch) | |
tree | d22871f57e9cabb48c5ebfaa8dfb24b5367920ec /icespider/testing/testRequest.cpp | |
parent | Initialize var (diff) | |
download | icespider-9105d6576924ef5e502df2de7c368dce63bf5eb7.tar.bz2 icespider-9105d6576924ef5e502df2de7c368dce63bf5eb7.tar.xz icespider-9105d6576924ef5e502df2de7c368dce63bf5eb7.zip |
Reformat with new clang-format
Diffstat (limited to 'icespider/testing/testRequest.cpp')
-rw-r--r-- | icespider/testing/testRequest.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/icespider/testing/testRequest.cpp b/icespider/testing/testRequest.cpp index e522bc1..552987c 100644 --- a/icespider/testing/testRequest.cpp +++ b/icespider/testing/testRequest.cpp @@ -13,6 +13,7 @@ namespace IceSpider { constexpr std::string_view slash("/"); + TestRequest::TestRequest(const Core * c, HttpMethod m, const std::string_view & p) : IHttpRequest(c), method(m) { namespace ba = boost::algorithm; |