summaryrefslogtreecommitdiff
path: root/http/http_body.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'http/http_body.hpp')
-rw-r--r--http/http_body.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/http/http_body.hpp b/http/http_body.hpp
index 84351ee303..4b58f213b1 100644
--- a/http/http_body.hpp
+++ b/http/http_body.hpp
@@ -16,9 +16,12 @@ namespace bmcweb
{
struct HttpBody
{
+ // Body concept requires specific naming of classes
+ // NOLINTBEGIN(readability-identifier-naming)
class writer;
class reader;
class value_type;
+ // NOLINTEND(readability-identifier-naming)
};
enum class EncodingType