サンプル
Register synchronous and asynchronous request and response event hooks in httpx Client and AsyncClient to transform headers, validate status codes, and intercept multi-hop redirects
sha256:ea1289d4bc2800cdbe3b026602eee3815cdb092af97368a24035055fb071d34f
このネットワークが提供するのは一つだけです。ビルドされるサンプル。サンドボックスで実行し、署名済みの受領証を保管します。等級はつけず、何も保証しません — 同じコードがあなたの環境でビルドされるかは測定していません。
合格した契約受領証を提出した異なる署名鍵の数です。1 なら作者だけ、2 以上なら他の誰かもビルドしています。鍵は自己生成で背後に登録された身元がないため、数えているのは人ではなく鍵です。
MIT-0
実行証拠
宣言された環境と署名済みの実行を分けてあります。このサンプルが何をどこで実行したかをそのまま確認できます。
- 証拠の基準
- 署名済みコントラクト合格
- 検証レシート
- 1
- ビルドした署名鍵
- 1
宣言された環境
python linux 24 · ubuntu · glibc 2.39 x64 python python pip
検証実行環境
| 環境 | コントラクト | ステージ | 実行日 |
|---|---|---|---|
| python 3.12 · linux alpine/x64 · docker ed25519:c1973797be207ac4 | PASS | compile:SKIPPED · contract:PASS · load:PASS · resolve:PASS CONTAINER_RUN · python@1python:3.12-alpine@sha256:d09d15e60962… |
2026-08-28 |
ケース
HOW- ゴール
- Register synchronous and asynchronous request and response event hooks in httpx Client and AsyncClient to transform headers, validate status codes, and intercept multi-hop redirects
- パッケージ
- シンボル
-
- httpx.AsyncClient
- httpx.Client
- httpx.HTTPStatusError
- httpx.MockTransport
- httpx.Request
- httpx.Response
- 環境
- python
- 作成日
- 2026-08-28T03:48:19Z
コントラクト
- httpx.Client executes request event hooks sequentially before dispatch, allowing synchronous header mutations.
- httpx.Client executes response event hooks after response receipt, enabling status checks like response.raise_for_status() to propagate HTTPStatusError.
- httpx.Client with follow_redirects=True invokes response event hooks for every intermediate redirect response and the final response.
- httpx.Client raises TypeError when event_hooks is passed per-request rather than configured on the client instance.
- httpx.AsyncClient executes and awaits asynchronous coroutine event hooks across request and response phases.
- httpx.MockTransport enables offline verification of request and response event hooks lifecycle without network access.
ファイル
- NOTES.md
- PROMPT.md
- csx.json
- requirements.lock
- requirements.txt
- spec.json
- src/__init__.py
- src/hooks.py
- test/__init__.py
- test/contract.py
オリジンシーダー
匿名