From bcea88142033f37bffeca4df096fb7795ebf7020 Mon Sep 17 00:00:00 2001 From: cflip Date: Mon, 19 Sep 2022 21:46:12 -0600 Subject: Add ClangFormat configuration and reformat files --- src/HttpRequest.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/HttpRequest.h') diff --git a/src/HttpRequest.h b/src/HttpRequest.h index 3d20e57..cb98bea 100644 --- a/src/HttpRequest.h +++ b/src/HttpRequest.h @@ -9,6 +9,7 @@ public: std::string uri() const { return m_uri; } std::string header(const std::string& header_key) const { return m_headers.at(header_key); }; + private: std::map m_headers; std::string m_uri; -- cgit v1.2.3