aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/monlib/encode/format.h
diff options
context:
space:
mode:
authormsherbakov <msherbakov@yandex-team.ru>2022-02-10 16:49:17 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:49:17 +0300
commita0ffafe83b7d6229709a32fa942c71d672ac989c (patch)
tree5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/monlib/encode/format.h
parentc224a621661ddd69699f9476922eb316607ef57e (diff)
downloadydb-a0ffafe83b7d6229709a32fa942c71d672ac989c.tar.gz
Restoring authorship annotation for <msherbakov@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/monlib/encode/format.h')
-rw-r--r--library/cpp/monlib/encode/format.h34
1 files changed, 17 insertions, 17 deletions
diff --git a/library/cpp/monlib/encode/format.h b/library/cpp/monlib/encode/format.h
index e7e5313af6..495d42d786 100644
--- a/library/cpp/monlib/encode/format.h
+++ b/library/cpp/monlib/encode/format.h
@@ -117,17 +117,17 @@ namespace NMonitoring {
* @param value value of the "Accept" header.
* @return most preffered serialization format type
*/
- EFormat FormatFromAcceptHeader(TStringBuf value);
+ EFormat FormatFromAcceptHeader(TStringBuf value);
+
+ /**
+ * Matches serialization format by the given "Content-Type" header value
+ *
+ * @param value value of the "Content-Type" header
+ * @return message format
+ */
+ EFormat FormatFromContentType(TStringBuf value);
/**
- * Matches serialization format by the given "Content-Type" header value
- *
- * @param value value of the "Content-Type" header
- * @return message format
- */
- EFormat FormatFromContentType(TStringBuf value);
-
- /**
* Returns value for "Content-Type" header determined by the given
* format type.
*
@@ -146,14 +146,14 @@ namespace NMonitoring {
ECompression CompressionFromAcceptEncodingHeader(TStringBuf value);
/**
- * Matches compression algorithm by the given "Content-Encoding" header value.
- *
- * @param value value of the "Accept-Encoding" header.
- * @return most preffered compression algorithm
- */
- ECompression CompressionFromContentEncodingHeader(TStringBuf value);
-
- /**
+ * Matches compression algorithm by the given "Content-Encoding" header value.
+ *
+ * @param value value of the "Accept-Encoding" header.
+ * @return most preffered compression algorithm
+ */
+ ECompression CompressionFromContentEncodingHeader(TStringBuf value);
+
+ /**
* Returns value for "Content-Encoding" header determined by the given
* compression algorithm.
*