Commit dd7a25a
authored
feat(http): add configurable request timeouts (#35)
* feat(http): add configurable request timeouts
- Add timeout parameter to RequestSpec
- Implement timeout hierarchy:
1. Request spec timeout
2. Parameter timeout
3. Generator default timeout
- Add proper timeout forwarding to httpx client
- Fix spacing in message trace formatting
This change enables fine-grained control over HTTP request timeouts at
multiple configuration levels while maintaining backward compatibility.
* chore: added typing support1 parent faafea5 commit dd7a25a
1 file changed
+11
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
| 104 | + | |
104 | 105 | | |
105 | 106 | | |
106 | 107 | | |
| |||
308 | 309 | | |
309 | 310 | | |
310 | 311 | | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
311 | 321 | | |
312 | 322 | | |
313 | 323 | | |
314 | 324 | | |
315 | 325 | | |
316 | 326 | | |
| 327 | + | |
317 | 328 | | |
318 | 329 | | |
319 | 330 | | |
| |||
0 commit comments