Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

AsyncHTTPClient transport for Swift OpenAPI Generator.

License

NotificationsYou must be signed in to change notification settings

FranzBusch/swift-openapi-async-http-client

 
 

A client transport that uses theHTTPClient type from theAsyncHTTPClient library to perform HTTP operations.

Use the transport with client code generated bySwift OpenAPI Generator.

Supported platforms and minimum versions

macOSLinuxiOStvOSwatchOSvisionOS
✅ 10.15+✅ 13+✅ 13+✅ 6+✅ 1+

Usage

Add the package dependency in yourPackage.swift:

.package(url:"https://github.com/swift-server/swift-openapi-async-http-client", from:"1.0.0"),

Next, in your target, addOpenAPIAsyncHTTPClient to your dependencies:

.target(name:"MyTarget", dependencies:[.product(name:"OpenAPIAsyncHTTPClient",package:"swift-openapi-async-http-client"),]),

Then, to get started, check outAsyncHTTPClientTransport.

Documentation

To learn more, check out the fulldocumentation.

About

AsyncHTTPClient transport for Swift OpenAPI Generator.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Swift100.0%

[8]ページ先頭

©2009-2025 Movatter.jp