Skip to content

Add Support for Swift's AsyncHTTPClient #4957

Open
@tanner0101

Description

@tanner0101

AsyncHTTPClient is a new HTTP client library for Swift built on SwiftNIO. This library utilizes non-blocking IO which makes it ideal for use Swift servers.

From what I can tell OpenAPI Generator currently supports generating Swift 5 clients based on URLSession, Alamofire, and RxSwift. It would be great if we could add support for AsyncHTTPClient so that servers could generate non-blocking clients to interact with OpenAPI-compatible APIs.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions