*No copyright* Apache License 2.0
---------------------------------
aws-c-http-0.8.1/.github/PULL_REQUEST_TEMPLATE.md
aws-c-http-0.8.1/LICENSE
aws-c-http-0.8.1/README.md

Apache License 2.0
------------------
aws-c-http-0.8.1/.travis/travis_build.sh
aws-c-http-0.8.1/NOTICE
aws-c-http-0.8.1/bin/elasticurl/main.c
aws-c-http-0.8.1/include/aws/http/connection.h
aws-c-http-0.8.1/include/aws/http/connection_manager.h
aws-c-http-0.8.1/include/aws/http/exports.h
aws-c-http-0.8.1/include/aws/http/http.h
aws-c-http-0.8.1/include/aws/http/http2_stream_manager.h
aws-c-http-0.8.1/include/aws/http/private/connection_impl.h
aws-c-http-0.8.1/include/aws/http/private/connection_manager_system_vtable.h
aws-c-http-0.8.1/include/aws/http/private/connection_monitor.h
aws-c-http-0.8.1/include/aws/http/private/h1_connection.h
aws-c-http-0.8.1/include/aws/http/private/h1_decoder.h
aws-c-http-0.8.1/include/aws/http/private/h1_encoder.h
aws-c-http-0.8.1/include/aws/http/private/h1_stream.h
aws-c-http-0.8.1/include/aws/http/private/h2_connection.h
aws-c-http-0.8.1/include/aws/http/private/h2_decoder.h
aws-c-http-0.8.1/include/aws/http/private/h2_frames.h
aws-c-http-0.8.1/include/aws/http/private/h2_stream.h
aws-c-http-0.8.1/include/aws/http/private/hpack.h
aws-c-http-0.8.1/include/aws/http/private/hpack_header_static_table.def
aws-c-http-0.8.1/include/aws/http/private/hpack_huffman_static_table.def
aws-c-http-0.8.1/include/aws/http/private/http2_stream_manager_impl.h
aws-c-http-0.8.1/include/aws/http/private/http_impl.h
aws-c-http-0.8.1/include/aws/http/private/proxy_impl.h
aws-c-http-0.8.1/include/aws/http/private/random_access_set.h
aws-c-http-0.8.1/include/aws/http/private/request_response_impl.h
aws-c-http-0.8.1/include/aws/http/private/strutil.h
aws-c-http-0.8.1/include/aws/http/private/websocket_decoder.h
aws-c-http-0.8.1/include/aws/http/private/websocket_encoder.h
aws-c-http-0.8.1/include/aws/http/private/websocket_impl.h
aws-c-http-0.8.1/include/aws/http/proxy.h
aws-c-http-0.8.1/include/aws/http/request_response.h
aws-c-http-0.8.1/include/aws/http/server.h
aws-c-http-0.8.1/include/aws/http/statistics.h
aws-c-http-0.8.1/include/aws/http/status_code.h
aws-c-http-0.8.1/include/aws/http/websocket.h
aws-c-http-0.8.1/integration-testing/http_client_test.py
aws-c-http-0.8.1/source/connection.c
aws-c-http-0.8.1/source/connection_manager.c
aws-c-http-0.8.1/source/connection_monitor.c
aws-c-http-0.8.1/source/h1_connection.c
aws-c-http-0.8.1/source/h1_decoder.c
aws-c-http-0.8.1/source/h1_encoder.c
aws-c-http-0.8.1/source/h1_stream.c
aws-c-http-0.8.1/source/h2_connection.c
aws-c-http-0.8.1/source/h2_decoder.c
aws-c-http-0.8.1/source/h2_frames.c
aws-c-http-0.8.1/source/h2_stream.c
aws-c-http-0.8.1/source/hpack.c
aws-c-http-0.8.1/source/hpack_decoder.c
aws-c-http-0.8.1/source/hpack_encoder.c
aws-c-http-0.8.1/source/hpack_huffman_static.c
aws-c-http-0.8.1/source/http.c
aws-c-http-0.8.1/source/http2_stream_manager.c
aws-c-http-0.8.1/source/proxy_connection.c
aws-c-http-0.8.1/source/proxy_strategy.c
aws-c-http-0.8.1/source/random_access_set.c
aws-c-http-0.8.1/source/request_response.c
aws-c-http-0.8.1/source/statistics.c
aws-c-http-0.8.1/source/strutil.c
aws-c-http-0.8.1/source/websocket.c
aws-c-http-0.8.1/source/websocket_bootstrap.c
aws-c-http-0.8.1/source/websocket_decoder.c
aws-c-http-0.8.1/source/websocket_encoder.c
aws-c-http-0.8.1/tests/fuzz/fuzz_h2_decoder_correct.c
aws-c-http-0.8.1/tests/fuzz/fuzz_h2_decoder_random.c
aws-c-http-0.8.1/tests/h2_test_helper.c
aws-c-http-0.8.1/tests/h2_test_helper.h
aws-c-http-0.8.1/tests/proxy_test_helper.c
aws-c-http-0.8.1/tests/proxy_test_helper.h
aws-c-http-0.8.1/tests/stream_test_helper.c
aws-c-http-0.8.1/tests/stream_test_helper.h
aws-c-http-0.8.1/tests/test_connection.c
aws-c-http-0.8.1/tests/test_connection_manager.c
aws-c-http-0.8.1/tests/test_connection_monitor.c
aws-c-http-0.8.1/tests/test_h1_client.c
aws-c-http-0.8.1/tests/test_h1_decoder.c
aws-c-http-0.8.1/tests/test_h1_encoder.c
aws-c-http-0.8.1/tests/test_h1_server.c
aws-c-http-0.8.1/tests/test_h2_client.c
aws-c-http-0.8.1/tests/test_h2_decoder.c
aws-c-http-0.8.1/tests/test_h2_encoder.c
aws-c-http-0.8.1/tests/test_h2_headers.c
aws-c-http-0.8.1/tests/test_hpack.c
aws-c-http-0.8.1/tests/test_localhost_integ.c
aws-c-http-0.8.1/tests/test_message.c
aws-c-http-0.8.1/tests/test_proxy.c
aws-c-http-0.8.1/tests/test_random_access_set.c
aws-c-http-0.8.1/tests/test_stream_manager.c
aws-c-http-0.8.1/tests/test_strutil.c
aws-c-http-0.8.1/tests/test_tls.c
aws-c-http-0.8.1/tests/test_websocket_bootstrap.c
aws-c-http-0.8.1/tests/test_websocket_decoder.c
aws-c-http-0.8.1/tests/test_websocket_encoder.c
aws-c-http-0.8.1/tests/test_websocket_handler.c

Unknown or generated
--------------------
aws-c-http-0.8.1/.builder/action/aws-c-http-test.py
aws-c-http-0.8.1/.builder/action/local-server-setup.py
aws-c-http-0.8.1/.clang-format
aws-c-http-0.8.1/.clang-tidy
aws-c-http-0.8.1/.github/ISSUE_TEMPLATE/bug-report.yml
aws-c-http-0.8.1/.github/ISSUE_TEMPLATE/config.yml
aws-c-http-0.8.1/.github/ISSUE_TEMPLATE/documentation.yml
aws-c-http-0.8.1/.github/ISSUE_TEMPLATE/feature-request.yml
aws-c-http-0.8.1/.github/workflows/ci.yml
aws-c-http-0.8.1/.github/workflows/clang-format.yml
aws-c-http-0.8.1/.github/workflows/closed-issue-message.yml
aws-c-http-0.8.1/.github/workflows/handle-stale-discussions.yml
aws-c-http-0.8.1/.github/workflows/stale_issue.yml
aws-c-http-0.8.1/.tsan_suppressions.txt
aws-c-http-0.8.1/CMakeLists.txt
aws-c-http-0.8.1/CODE_OF_CONDUCT.md
aws-c-http-0.8.1/CONTRIBUTING.md
aws-c-http-0.8.1/bin/elasticurl/CMakeLists.txt
aws-c-http-0.8.1/bin/elasticurl/README.md
aws-c-http-0.8.1/builder.json
aws-c-http-0.8.1/cmake/aws-c-http-config.cmake
aws-c-http-0.8.1/codebuild/linux-integration-tests.yml
aws-c-http-0.8.1/format-check.sh
aws-c-http-0.8.1/tests/CMakeLists.txt
aws-c-http-0.8.1/tests/py_localhost/README.md
aws-c-http-0.8.1/tests/py_localhost/non_tls_server.py
aws-c-http-0.8.1/tests/py_localhost/server.py
aws-c-http-0.8.1/tests/resources/unittests.conf
aws-c-http-0.8.1/tests/resources/unittests.crt
aws-c-http-0.8.1/tests/resources/unittests.key
aws-c-http-0.8.1/tests/resources/unittests.p12
aws-c-http-0.8.1/tests/resources/unittests.readme