Non-HTML Resources

Fixtures covering how a crawler fetches, classifies, and reports PDFs, images, text and structured-data files, feeds, large binaries, mismatched content types, download dispositions, range requests, and broken resource references.

Fixtures that let a crawler prove it classifies non-HTML responses by their declared type instead of guessing, attributes header-only directives to URLs that have no <head>, and degrades gracefully on delivery edge cases.

Families:

Everything is safe to crawl except the large binary, which is risky and direct-entry only so casual crawls never trigger the expensive generator; the mismatched and unknown content types are moderate because they probe error handling rather than ordinary fetching.

Fixtures in this category

Back to the fixture index