http-handle 0.0.5

A fast and lightweight Rust library for handling HTTP requests and responses.
Documentation
# Scorecard Threshold Policy

This project enforces OSSF Scorecard policy in CI using
`.github/workflows/scorecard.yml`.

## Policy

- All Scorecard checks reported as `error` in SARIF must be resolved.
- Temporary exceptions are allowed only via
  `.github/scorecard-exceptions.txt`.
- Exceptions must be short-lived and removed as soon as remediations ship.
- Protected checks listed in `.github/scorecard-protected-checks.txt` must stay
  free of both `warning` and `error` findings.

## Enforcement

- The `Enforce Scorecard threshold policy` step fails the workflow if any
  non-excepted `error` checks remain.
- The same step fails when any protected check has a non-excepted warning/error.
- The Scorecard workflow is expected to be configured as a required status
  check in repository branch protection.