Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/third_party_packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,12 @@ WebSocket support for HTTPX.
Provides a [pytest](https://docs.pytest.org/en/latest/) fixture to mock HTTPX within test cases.
This package is fork of the [pytest-httpx](https://github.com/Colin-b/pytest_httpx) package that compatible with httpx2

### interlock-cb

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Restore engineer-only authorship

This commit is recorded with Author: Codex <codex@openai.com> and Commit: Codex <codex@openai.com> (checked via git show --no-patch --format=fuller 425c9abc492ee1026082d2f7adeb6aae8fda7e49), so publishing this docs addition would attribute the change to the coding agent instead of only the engineer; recreate the commit with the engineer as the sole author/committer before merging.

Useful? React with 👍 / 👎.


[GitHub](https://github.com/bagowix/interlock) - [Documentation](https://bagowix.github.io/interlock/integrations/httpx2/)

A circuit breaker transport: keeps one breaker per host, so calls to a failing host fail fast instead of waiting out every timeout. Trips on failure rate over a sliding window and on slow responses.

### pytest-HTTPX

[GitHub](https://github.com/Colin-b/pytest_httpx) - [Documentation](https://colin-b.github.io/pytest_httpx/)
Expand Down
Loading