diff options
author | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-03-15 13:35:56 +0300 |
---|---|---|
committer | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-03-15 13:35:56 +0300 |
commit | 094638589de6a6c9f91fad0005843fc1c1adc957 (patch) | |
tree | 7d55b9e950eb724da222548997547bf6710b1b58 /library/cpp/http/fetch | |
parent | bc921e787bed8a51a43725b78382e806800c44c1 (diff) | |
download | ydb-094638589de6a6c9f91fad0005843fc1c1adc957.tar.gz |
intermediate changes
ref:ca7a95e8c9a9d780f96497136a152091d54e61b5
Diffstat (limited to 'library/cpp/http/fetch')
-rw-r--r-- | library/cpp/http/fetch/ut/ya.make | 12 | ||||
-rw-r--r-- | library/cpp/http/fetch/ya.make | 38 |
2 files changed, 0 insertions, 50 deletions
diff --git a/library/cpp/http/fetch/ut/ya.make b/library/cpp/http/fetch/ut/ya.make deleted file mode 100644 index 7486986b36c..00000000000 --- a/library/cpp/http/fetch/ut/ya.make +++ /dev/null @@ -1,12 +0,0 @@ -UNITTEST_FOR(library/cpp/http/fetch) - -OWNER( - g:zora -) - -SRCS( - httpfsm_ut.cpp - httpparser_ut.cpp -) - -END() diff --git a/library/cpp/http/fetch/ya.make b/library/cpp/http/fetch/ya.make deleted file mode 100644 index 77371274639..00000000000 --- a/library/cpp/http/fetch/ya.make +++ /dev/null @@ -1,38 +0,0 @@ -LIBRARY() - -OWNER( - g:zora -) - -PEERDIR( - contrib/libs/zlib - library/cpp/charset - library/cpp/digest/md5 - library/cpp/http/misc - library/cpp/logger - library/cpp/mime/types - library/cpp/uri -) - -SRCS( - http_digest.cpp - http_socket.cpp - httpheader.cpp - httpload.cpp - exthttpcodes.cpp - httpfsm.rl6 - httpagent.h - httpfetcher.h - httpheader.h - httpparser.h - httpzreader.h - sockhandler.h -) - -GENERATE_ENUM_SERIALIZATION(httpheader.h) - -SET(RAGEL6_FLAGS -CF1) - -END() - -RECURSE_FOR_TESTS(ut) |