summaryrefslogtreecommitdiff
path: root/src/HttpResponse.h
diff options
context:
space:
mode:
authorcflip <cflip@cflip.net>2022-09-19 21:46:12 -0600
committercflip <cflip@cflip.net>2022-09-19 21:46:12 -0600
commitbcea88142033f37bffeca4df096fb7795ebf7020 (patch)
treed1f990532092327c3269ac3bed86eec6061a3067 /src/HttpResponse.h
parentb8766fcef6dcc40bd46584015375ea76518c6201 (diff)
Add ClangFormat configuration and reformat files
Diffstat (limited to 'src/HttpResponse.h')
-rw-r--r--src/HttpResponse.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/HttpResponse.h b/src/HttpResponse.h
index 61b5ea4..b55e01a 100644
--- a/src/HttpResponse.h
+++ b/src/HttpResponse.h
@@ -22,6 +22,7 @@ public:
void add_headers_and_content(const std::string&);
std::string to_string() const;
+
private:
HttpStatusCode m_status_code;
std::map<std::string, std::string> m_headers;