Protocol-HTTP 1.1.0 Deleted
Files
- Changes
- INSTALL.SKIP
- MANIFEST
- META.json
- META.yml
- Makefile.PL
- clib/CMakeLists.txt
- clib/build/CMakeFiles/CMakeDirectoryInformation.cmake
- clib/build/CMakeFiles/Export/lib/cmake/panda-protocol-http/panda-protocol-http-targets-noconfig.cmake
- clib/build/CMakeFiles/Export/lib/cmake/panda-protocol-http/panda-protocol-http-targets.cmake
- clib/build/CMakeFiles/panda-protocol-http-runtests.dir/DependInfo.cmake
- clib/build/CMakeFiles/panda-protocol-http-runtests.dir/build.make
- clib/build/CMakeFiles/panda-protocol-http-runtests.dir/cmake_clean.cmake
- clib/build/CMakeFiles/panda-protocol-http-runtests.dir/depend.make
- clib/build/CMakeFiles/panda-protocol-http-runtests.dir/flags.make
- clib/build/CMakeFiles/panda-protocol-http-runtests.dir/link.txt
- clib/build/CMakeFiles/panda-protocol-http-runtests.dir/progress.make
- clib/build/CMakeFiles/panda-protocol-http-tests.dir/DependInfo.cmake
- clib/build/CMakeFiles/panda-protocol-http-tests.dir/build.make
- clib/build/CMakeFiles/panda-protocol-http-tests.dir/cmake_clean.cmake
- clib/build/CMakeFiles/panda-protocol-http-tests.dir/cmake_clean_target.cmake
- clib/build/CMakeFiles/panda-protocol-http-tests.dir/depend.make
- clib/build/CMakeFiles/panda-protocol-http-tests.dir/flags.make
- clib/build/CMakeFiles/panda-protocol-http-tests.dir/link.txt
- clib/build/CMakeFiles/panda-protocol-http-tests.dir/progress.make
- clib/build/CMakeFiles/panda-protocol-http.dir/DependInfo.cmake
- clib/build/CMakeFiles/panda-protocol-http.dir/build.make
- clib/build/CMakeFiles/panda-protocol-http.dir/cmake_clean.cmake
- clib/build/CMakeFiles/panda-protocol-http.dir/cmake_clean_target.cmake
- clib/build/CMakeFiles/panda-protocol-http.dir/depend.make
- clib/build/CMakeFiles/panda-protocol-http.dir/flags.make
- clib/build/CMakeFiles/panda-protocol-http.dir/link.txt
- clib/build/CMakeFiles/panda-protocol-http.dir/progress.make
- clib/build/CMakeFiles/progress.marks
- clib/build/CTestTestfile.cmake
- clib/build/cmake_install.cmake
- clib/cmake_props/CMakeCache.txt
- clib/cmake_props/CMakeFiles/3.13.4/CMakeCCompiler.cmake
- clib/cmake_props/CMakeFiles/3.13.4/CMakeCXXCompiler.cmake
- clib/cmake_props/CMakeFiles/3.13.4/CMakeDetermineCompilerABI_C.bin
- clib/cmake_props/CMakeFiles/3.13.4/CMakeDetermineCompilerABI_CXX.bin
- clib/cmake_props/CMakeFiles/3.13.4/CMakeSystem.cmake
- clib/cmake_props/CMakeFiles/3.13.4/CompilerIdC/CMakeCCompilerId.c
- clib/cmake_props/CMakeFiles/3.13.4/CompilerIdC/a.out
- clib/cmake_props/CMakeFiles/3.13.4/CompilerIdCXX/CMakeCXXCompilerId.cpp
- clib/cmake_props/CMakeFiles/3.13.4/CompilerIdCXX/a.out
- clib/cmake_props/CMakeFiles/CMakeDirectoryInformation.cmake
- clib/cmake_props/CMakeFiles/CMakeOutput.log
- clib/cmake_props/CMakeFiles/CMakeRuleHashes.txt
- clib/cmake_props/CMakeFiles/Makefile.cmake
- clib/cmake_props/CMakeFiles/Makefile2
- clib/cmake_props/CMakeFiles/TargetDirectories.txt
- clib/cmake_props/CMakeFiles/cmake.check_cache
- clib/cmake_props/CMakeFiles/feature_tests.bin
- clib/cmake_props/CMakeFiles/feature_tests.c
- clib/cmake_props/CMakeFiles/feature_tests.cxx
- clib/cmake_props/CMakeFiles/progress.marks
- clib/cmake_props/CMakeLists.txt
- clib/cmake_props/cmake_install.cmake
- clib/panda-protocol-http-config.cmake
- clib/src/panda/protocol/http.h
- clib/src/panda/protocol/http/Body.cc
- clib/src/panda/protocol/http/Body.h
- clib/src/panda/protocol/http/CookieJar.cc
- clib/src/panda/protocol/http/CookieJar.h
- clib/src/panda/protocol/http/CookieParser.cc
- clib/src/panda/protocol/http/CookieParser.rl
- clib/src/panda/protocol/http/CookieStorage.cc
- clib/src/panda/protocol/http/CookieStorage.rl
- clib/src/panda/protocol/http/Fields.h
- clib/src/panda/protocol/http/Headers.h
- clib/src/panda/protocol/http/Message.cc
- clib/src/panda/protocol/http/Message.h
- clib/src/panda/protocol/http/MessageParser.cc
- clib/src/panda/protocol/http/MessageParser.h
- clib/src/panda/protocol/http/MessageParser.rl
- clib/src/panda/protocol/http/MessageParser_impl.cc
- clib/src/panda/protocol/http/Request.cc
- clib/src/panda/protocol/http/Request.h
- clib/src/panda/protocol/http/RequestParser.cc
- clib/src/panda/protocol/http/RequestParser.h
- clib/src/panda/protocol/http/Response.cc
- clib/src/panda/protocol/http/Response.h
- clib/src/panda/protocol/http/ResponseParser.cc
- clib/src/panda/protocol/http/ResponseParser.h
- clib/src/panda/protocol/http/Rules.rl
- clib/src/panda/protocol/http/compression/Compression.cc
- clib/src/panda/protocol/http/compression/Compression.h
- clib/src/panda/protocol/http/compression/Compressor.cc
- clib/src/panda/protocol/http/compression/Compressor.h
- clib/src/panda/protocol/http/compression/Gzip.cc
- clib/src/panda/protocol/http/compression/Gzip.h
- clib/src/panda/protocol/http/error.cc
- clib/src/panda/protocol/http/error.h
- clib/tests/bench.cc
- clib/tests/compile/chunks.cc
- clib/tests/compile/compression.cc
- clib/tests/compile/cookies.cc
- clib/tests/compile/form.cc
- clib/tests/compile/message.cc
- clib/tests/compile/request.cc
- clib/tests/compile/response.cc
- clib/tests/cookie-jar.cc
- clib/tests/header.cc
- clib/tests/main.cc
- clib/tests/parse/chunks.cc
- clib/tests/parse/compression.cc
- clib/tests/parse/content-length.cc
- clib/tests/parse/cookies.cc
- clib/tests/parse/message.cc
- clib/tests/parse/request.cc
- clib/tests/parse/response.cc
- clib/tests/parse/special-codes.cc
- clib/tests/regression.cc
- clib/tests/regression/1/002.000.txt
- clib/tests/regression/1/002.001.txt
- clib/tests/regression/1/002.002.txt
- clib/tests/regression/1/002.003.txt
- clib/tests/regression/1/002.004.txt
- clib/tests/regression/1/002.005.txt
- clib/tests/regression/1/002.006.txt
- clib/tests/regression/1/002.007.txt
- clib/tests/regression/1/002.008.txt
- clib/tests/regression/1/002.009.txt
- clib/tests/regression/1/002.010.txt
- clib/tests/regression/1/002.011.txt
- clib/tests/regression/1/002.012.txt
- clib/tests/regression/1/002.013.txt
- clib/tests/regression/1/002.014.txt
- clib/tests/regression/1/002.015.txt
- clib/tests/regression/1/002.016.txt
- clib/tests/regression/1/002.017.txt
- clib/tests/regression/1/002.018.txt
- clib/tests/regression/1/002.019.txt
- clib/tests/regression/1/002.020.txt
- clib/tests/regression/1/002.021.txt
- clib/tests/regression/1/002.022.txt
- clib/tests/regression/1/002.023.txt
- clib/tests/regression/1/002.024.txt
- clib/tests/regression/1/002.025.txt
- clib/tests/regression/1/002.026.txt
- clib/tests/regression/1/002.027.txt
- clib/tests/regression/1/002.028.txt
- clib/tests/regression/1/002.029.txt
- clib/tests/regression/1/002.030.txt
- clib/tests/regression/1/002.031.txt
- clib/tests/regression/1/002.032.txt
- clib/tests/regression/1/002.033.txt
- clib/tests/regression/1/002.034.txt
- clib/tests/regression/1/002.035.txt
- clib/tests/regression/1/002.036.txt
- clib/tests/test.h
- lib/Protocol/HTTP.pm
- lib/Protocol/HTTP.pod
- lib/Protocol/HTTP/Compression.pm
- lib/Protocol/HTTP/Compression.pod
- lib/Protocol/HTTP/Cookiejar.pm
- lib/Protocol/HTTP/Cookiejar.pod
- lib/Protocol/HTTP/Error.pm
- lib/Protocol/HTTP/Error.pod
- lib/Protocol/HTTP/Message.pm
- lib/Protocol/HTTP/Message.pod
- lib/Protocol/HTTP/Request.pm
- lib/Protocol/HTTP/Request.pod
- lib/Protocol/HTTP/RequestParser.pm
- lib/Protocol/HTTP/RequestParser.pod
- lib/Protocol/HTTP/Response.pm
- lib/Protocol/HTTP/Response.pod
- lib/Protocol/HTTP/ResponseParser.pm
- lib/Protocol/HTTP/ResponseParser.pod
- misc/bench.pl
- misc/mytest.plx
- misc/trun.plx
- src/xs/protocol/http.cc
- src/xs/protocol/http.h
- t/compile/chunks.t
- t/compile/compression.t
- t/compile/cookies.t
- t/compile/form.t
- t/compile/message.t
- t/compile/request.t
- t/compile/response.t
- t/cookie-jar.t
- t/header.t
- t/lib/MyTest.pm
- t/lib/MyTest_xsgen.cc
- t/parse/chunks.t
- t/parse/compression.t
- t/parse/content-length.t
- t/parse/cookies.t
- t/parse/message.t
- t/parse/request.t
- t/parse/response.t
- t/parse/special-codes.t
- t/regression.t
- xs/Compression.xsi
- xs/CookieJar.xsi
- xs/Error.xsi
- xs/Message.xsi
- xs/Request.xsi
- xs/RequestParser.xsi
- xs/Response.xsi
- xs/ResponseParser.xsi
- xs/main.xs