diff options
| author | Ruslan Kovalev <[email protected]> | 2022-02-10 16:46:44 +0300 |
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:46:44 +0300 |
| commit | 59e19371de37995fcb36beb16cd6ec030af960bc (patch) | |
| tree | fa68e36093ebff8b805462e9e6d331fe9d348214 /library/cpp/http | |
| parent | 89db6fe2fe2c32d2a832ddfeb04e8d078e301084 (diff) | |
Restoring authorship annotation for Ruslan Kovalev <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/http')
| -rw-r--r-- | library/cpp/http/fetch/exthttpcodes.h | 2 | ||||
| -rw-r--r-- | library/cpp/http/fetch/http_digest.h | 2 | ||||
| -rw-r--r-- | library/cpp/http/fetch/httpfetcher.h | 2 | ||||
| -rw-r--r-- | library/cpp/http/fetch/httpfsm.h | 2 | ||||
| -rw-r--r-- | library/cpp/http/fetch/httpheader.h | 2 | ||||
| -rw-r--r-- | library/cpp/http/fetch/httpload.h | 2 | ||||
| -rw-r--r-- | library/cpp/http/fetch/httpparser.h | 2 | ||||
| -rw-r--r-- | library/cpp/http/fetch/httpzreader.h | 2 | ||||
| -rw-r--r-- | library/cpp/http/io/chunk.h | 2 | ||||
| -rw-r--r-- | library/cpp/http/io/compression.h | 2 | ||||
| -rw-r--r-- | library/cpp/http/io/headers.h | 2 | ||||
| -rw-r--r-- | library/cpp/http/io/stream.h | 2 | ||||
| -rw-r--r-- | library/cpp/http/misc/httpcodes.h | 2 | ||||
| -rw-r--r-- | library/cpp/http/misc/httpdate.h | 2 | ||||
| -rw-r--r-- | library/cpp/http/misc/httpreqdata.h | 2 | ||||
| -rw-r--r-- | library/cpp/http/misc/parsed_request.h | 2 | ||||
| -rw-r--r-- | library/cpp/http/server/http.h | 2 | ||||
| -rw-r--r-- | library/cpp/http/server/options.h | 2 |
18 files changed, 18 insertions, 18 deletions
diff --git a/library/cpp/http/fetch/exthttpcodes.h b/library/cpp/http/fetch/exthttpcodes.h index 6b525052cd9..3d268b03013 100644 --- a/library/cpp/http/fetch/exthttpcodes.h +++ b/library/cpp/http/fetch/exthttpcodes.h @@ -1,4 +1,4 @@ -#pragma once +#pragma once #include <util/system/defaults.h> #include <library/cpp/http/misc/httpcodes.h> diff --git a/library/cpp/http/fetch/http_digest.h b/library/cpp/http/fetch/http_digest.h index 3b1872d70b5..cfedc233a63 100644 --- a/library/cpp/http/fetch/http_digest.h +++ b/library/cpp/http/fetch/http_digest.h @@ -1,4 +1,4 @@ -#pragma once +#pragma once #include "httpheader.h" diff --git a/library/cpp/http/fetch/httpfetcher.h b/library/cpp/http/fetch/httpfetcher.h index 7fc251afd2e..1b9896ffb8d 100644 --- a/library/cpp/http/fetch/httpfetcher.h +++ b/library/cpp/http/fetch/httpfetcher.h @@ -1,4 +1,4 @@ -#pragma once +#pragma once #ifdef _MSC_VER #include <io.h> diff --git a/library/cpp/http/fetch/httpfsm.h b/library/cpp/http/fetch/httpfsm.h index c4abdcd0d23..351dfc7e30a 100644 --- a/library/cpp/http/fetch/httpfsm.h +++ b/library/cpp/http/fetch/httpfsm.h @@ -1,4 +1,4 @@ -#pragma once +#pragma once #include "httpheader.h" diff --git a/library/cpp/http/fetch/httpheader.h b/library/cpp/http/fetch/httpheader.h index b2810bbd413..6542fc89d38 100644 --- a/library/cpp/http/fetch/httpheader.h +++ b/library/cpp/http/fetch/httpheader.h @@ -1,4 +1,4 @@ -#pragma once +#pragma once #include "exthttpcodes.h" diff --git a/library/cpp/http/fetch/httpload.h b/library/cpp/http/fetch/httpload.h index e22e4b809ea..5258eb3e272 100644 --- a/library/cpp/http/fetch/httpload.h +++ b/library/cpp/http/fetch/httpload.h @@ -1,4 +1,4 @@ -#pragma once +#pragma once #include "httpagent.h" #include "httpparser.h" diff --git a/library/cpp/http/fetch/httpparser.h b/library/cpp/http/fetch/httpparser.h index 769828e4ae6..88650e8968c 100644 --- a/library/cpp/http/fetch/httpparser.h +++ b/library/cpp/http/fetch/httpparser.h @@ -1,4 +1,4 @@ -#pragma once +#pragma once #include "httpfsm.h" #include "httpheader.h" diff --git a/library/cpp/http/fetch/httpzreader.h b/library/cpp/http/fetch/httpzreader.h index 68eb00853d6..69d3ccaf19f 100644 --- a/library/cpp/http/fetch/httpzreader.h +++ b/library/cpp/http/fetch/httpzreader.h @@ -1,4 +1,4 @@ -#pragma once +#pragma once #include "httpheader.h" #include "httpparser.h" diff --git a/library/cpp/http/io/chunk.h b/library/cpp/http/io/chunk.h index 88d89fafda2..f5815b89ec4 100644 --- a/library/cpp/http/io/chunk.h +++ b/library/cpp/http/io/chunk.h @@ -1,4 +1,4 @@ -#pragma once +#pragma once #include <util/stream/output.h> #include <util/generic/maybe.h> diff --git a/library/cpp/http/io/compression.h b/library/cpp/http/io/compression.h index f16c4a18ebb..60e5a39f157 100644 --- a/library/cpp/http/io/compression.h +++ b/library/cpp/http/io/compression.h @@ -1,4 +1,4 @@ -#pragma once +#pragma once #include "stream.h" diff --git a/library/cpp/http/io/headers.h b/library/cpp/http/io/headers.h index a71793d1c68..4c5e2f896c3 100644 --- a/library/cpp/http/io/headers.h +++ b/library/cpp/http/io/headers.h @@ -1,4 +1,4 @@ -#pragma once +#pragma once #include <util/generic/string.h> #include <util/generic/strbuf.h> diff --git a/library/cpp/http/io/stream.h b/library/cpp/http/io/stream.h index 78ca4fc814c..c0058a1c571 100644 --- a/library/cpp/http/io/stream.h +++ b/library/cpp/http/io/stream.h @@ -1,4 +1,4 @@ -#pragma once +#pragma once #include "headers.h" diff --git a/library/cpp/http/misc/httpcodes.h b/library/cpp/http/misc/httpcodes.h index cbfbaa1188d..8469ab2159c 100644 --- a/library/cpp/http/misc/httpcodes.h +++ b/library/cpp/http/misc/httpcodes.h @@ -1,4 +1,4 @@ -#pragma once +#pragma once #include <util/generic/strbuf.h> diff --git a/library/cpp/http/misc/httpdate.h b/library/cpp/http/misc/httpdate.h index 04876f38feb..f82ab000cd9 100644 --- a/library/cpp/http/misc/httpdate.h +++ b/library/cpp/http/misc/httpdate.h @@ -1,4 +1,4 @@ -#pragma once +#pragma once #include <util/datetime/base.h> #include <util/generic/string.h> diff --git a/library/cpp/http/misc/httpreqdata.h b/library/cpp/http/misc/httpreqdata.h index 16e59c4d78c..defc3265429 100644 --- a/library/cpp/http/misc/httpreqdata.h +++ b/library/cpp/http/misc/httpreqdata.h @@ -1,4 +1,4 @@ -#pragma once +#pragma once #include <library/cpp/digest/lower_case/hash_ops.h> diff --git a/library/cpp/http/misc/parsed_request.h b/library/cpp/http/misc/parsed_request.h index d4df7054951..2fddabf4fae 100644 --- a/library/cpp/http/misc/parsed_request.h +++ b/library/cpp/http/misc/parsed_request.h @@ -1,4 +1,4 @@ -#pragma once +#pragma once #include <util/generic/strbuf.h> diff --git a/library/cpp/http/server/http.h b/library/cpp/http/server/http.h index b292d38f270..197cba2d60a 100644 --- a/library/cpp/http/server/http.h +++ b/library/cpp/http/server/http.h @@ -1,4 +1,4 @@ -#pragma once +#pragma once #include "conn.h" #include "options.h" diff --git a/library/cpp/http/server/options.h b/library/cpp/http/server/options.h index 38eda0e5e78..344941479e0 100644 --- a/library/cpp/http/server/options.h +++ b/library/cpp/http/server/options.h @@ -1,4 +1,4 @@ -#pragma once +#pragma once #include <util/network/ip.h> #include <util/network/init.h> |
