Avatar
Kishikawa Katsumi 11/4/2021 2:29 AM
https://github.com/vapor/vapor/releases/tag/4.52.0
Adds a async alternative for sending a ClientRequest with Client
send(_ request: ClientRequest) async throws 私の書いてるコードだとこれが入ったのめっちゃ助かる。これでかなりの部分をFutureからAsyncに書き換えられそう。
This patch was authored and released by @madsodgaard. Adds a async alternative for sending a ClientRequest with Client send(_ request: ClientRequest) async throws
👍 2