swift-openapi-async-http-client
swift-openapi-async-http-client copied to clipboard
AsyncHTTPClient transport for Swift OpenAPI Generator.
### Motivation AHC provides a shared `HTTPClient` now so we should use that instead of creating our own. ### Modifications Use `HTTPClient.shared` as the default `HTTPClient`. ### Result Apps won't...
### Motivation To make it easier to add benchmarks for specific hot code paths and profile them. Also to avoid regressing on allocation counts. ### Modifications Added a Benchmarks directory,...
Motivation: Swift 5.9 is no longer supported, we should bump the tools version and remove it from our CI. Modifications: * Bump the Swift tools version to Swift 5.10 *...
Motivation: Swift 6.1 has been released, we should add it to our CI coverage. Modifications: Add additional Swift 6.1 jobs where appropriate in main.yml, pull_request.yml Result: Improved test coverage.