diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/zenhttp/include/zenhttp/httpclient.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/zenhttp/include/zenhttp/httpclient.h b/src/zenhttp/include/zenhttp/httpclient.h index 0663abc43..ae1e2bf20 100644 --- a/src/zenhttp/include/zenhttp/httpclient.h +++ b/src/zenhttp/include/zenhttp/httpclient.h @@ -148,7 +148,8 @@ public: return std::make_pair("Accept", MapContentTypeToString(ContentType)); } - spdlog::logger& Logger() { return m_Log; } + spdlog::logger& Logger() { return m_Log; } + std::string_view GetBaseUri() const { return m_BaseUri; } private: struct Impl; |