Summary
Tracking issue for PR #2527, which adds a Common Recipes section to the README demonstrating how to detect security.txt, and other well-known URIs using httpx's composable primitives (-path, -mc, -mct, -mr).
Background
Per maintainer feedback in #2472 and the follow-up discussion in #2468 (comment: #2468 (comment)), this PR turns the previously closed PR #2472 (which proposed adding per-file flags) into documentation showing recipes for well-known files, aligning with httpx's philosophy of composability over specialized flags.
Scope / Affected areas
README.md: new "Common Recipes" section inserted before the "# Notes" section, with one-liner examples and links to RFC 9116 (security.txt) and the IANA well-known URIs registry.
Acceptance criteria
Links
Summary
Tracking issue for PR #2527, which adds a Common Recipes section to the README demonstrating how to detect
security.txt, and other well-known URIs using httpx's composable primitives (-path,-mc,-mct,-mr).Background
Per maintainer feedback in #2472 and the follow-up discussion in #2468 (comment: #2468 (comment)), this PR turns the previously closed PR #2472 (which proposed adding per-file flags) into documentation showing recipes for well-known files, aligning with httpx's philosophy of composability over specialized flags.
Scope / Affected areas
README.md: new "Common Recipes" section inserted before the "# Notes" section, with one-liner examples and links to RFC 9116 (security.txt) and the IANA well-known URIs registry.Acceptance criteria
httpxLinks