curl/tests/http/testenv
Stefan Eissing 35ed3f7a89
pytests: scorecard upload tests
- add upload tests to scorecard, invoke with
  > python3 tests/http/scorecard.py -u h1|h2|h3
- add a reverse proxy setup from Caddy to httpd for
  upload tests since Caddy does not have other PUT/POST handling
- add caddy tests in test_08 for POST/PUT
- increase read buffer in mod_curltest for larger reads

Closes #14208
2024-07-18 14:45:40 +02:00
..
mod_curltest pytests: scorecard upload tests 2024-07-18 14:45:40 +02:00
__init__.py pytest: fixes for recent python, add FTP tests 2024-05-17 16:53:17 +02:00
caddy.py pytests: scorecard upload tests 2024-07-18 14:45:40 +02:00
certs.py pytest: fixes for recent python, add FTP tests 2024-05-17 16:53:17 +02:00
client.py websocket: fix curl_ws_recv() 2024-02-20 13:57:58 +01:00
curl.py lib: graceful connection shutdown 2024-06-26 08:33:17 +02:00
env.py lib: graceful connection shutdown 2024-06-26 08:33:17 +02:00
httpd.py pytests: scorecard upload tests 2024-07-18 14:45:40 +02:00
nghttpx.py http3: initial support for OpenSSL 3.2 QUIC stack 2024-01-22 16:15:45 +01:00
ports.py tidy-up: mostly whitespace nits 2023-08-31 23:02:10 +00:00
vsftpd.py pytest: add ftp upload tests 2024-05-22 09:12:43 +02:00
ws_echo_server.py