| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-07-09 | 1.0 kB | |
| v22.3.1 source code.tar.gz | 2026-07-09 | 1.2 MB | |
| v22.3.1 source code.zip | 2026-07-09 | 1.5 MB | |
| Totals: 3 Items | 2.7 MB | 1 | |
- #2781 Remove unused Retry-After header support
- #2779 Export HttpClient types as interfaces instead of classes
Stripe.HttpClientandStripe.HttpClientResponsetypes now reflect the minimal interface contract rather than the concrete class, making custom HTTP client implementations easier to type correctly.- #2778 Restore missing public type exports from v21 Stripe namespace
- Restores
Stripe.StripeConfig,Stripe.CryptoProvider,Stripe.HttpClient,Stripe.HttpClientResponse,Stripe.Webhooks,Stripe.Signature,Stripe.WebhookTestHeaderOptions,Stripe.StripeResource,Stripe.LatestApiVersion,Stripe.HttpAgent,Stripe.HttpProtocol, andStripe.RawErrorTypetype exports that were inadvertently dropped in the v22 type system migration.