This website requires JavaScript.
Explore
Help
Sign In
swift-server
/
async-http-client
Watch
1
Star
0
Fork
0
mirror of
https://github.com/swift-server/async-http-client.git
synced
2026-06-02 07:37:34 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
9c7ab039fec3d224ccdbd4eb5502bdff3da25690
async-http-client
/
Sources
/
AsyncHTTPClient
/
AsyncAwait
T
History
David Nadoba
9c7ab039fe
Allow
HTTPClientRequest
to be executed multiple times if
body
is an
AsyncSequence
(
#620
)
2022-08-23 13:46:17 +01:00
..
HTTPClient+execute.swift
Accurately apply the connect timeout in async code (
#616
)
2022-08-16 13:17:45 +01:00
HTTPClient+shutdown.swift
Make async/await API public (
#552
)
2022-02-08 11:48:58 +01:00
HTTPClientRequest.swift
Allow
HTTPClientRequest
to be executed multiple times if
body
is an
AsyncSequence
(
#620
)
2022-08-23 13:46:17 +01:00
HTTPClientRequest+Prepared.swift
Allow
HTTPClientRequest
to be executed multiple times if
body
is an
AsyncSequence
(
#620
)
2022-08-23 13:46:17 +01:00
HTTPClientResponse.swift
Use Docc for documentation (
#613
)
2022-08-09 16:23:14 +01:00
Transaction.swift
Allow
HTTPClientRequest
to be executed multiple times if
body
is an
AsyncSequence
(
#620
)
2022-08-23 13:46:17 +01:00
Transaction+StateMachine.swift
Tollerate more data after request body is cancelled (
#617
)
2022-08-18 10:39:55 +01:00