-
Notifications
You must be signed in to change notification settings - Fork 24
HTTP Testing Resources
Mark Nottingham edited this page Nov 14, 2024
·
13 revisions
This page lists testing resources for HTTP implementations, to help find conformance and related issues. It does not include implementation-specific tests.
Note that there is no official conformance test suite. These tests have not been vetted for correctness by the HTTP Working Group, and the authority for conformance is always the relevant specification.
- h2spec - HTTP/2 framing layer tests; Open Source
- cache-tests.fyi - Caching tests; Open Source
- Co-Advisor - Intermediary (including caching) tests; Proprietary
- REDbot - HTTP resource linter; Open Source
- httplint - HTTP message linter; Open Source
- VTest - Intermediary tests; Open Source
-
Content-Disposition Tests - Browser tests for
Content-Disposition
handling; Open Source - Structured Header Tests - parsing and serialisation tests; Open Source
- WebServer Tester - Server tests with CLI and Web UI; Open Source
- Daft - Framework for testing; Open Source
- Web Platform Tests - Specifically, Fetch
These tests are specific to implementations, and are listed here to encourage convergence and information sharing.
NOTE: All contributions are made under these terms.