mirror of
https://github.com/swift-server/async-http-client.git
synced 2026-05-03 07:32:29 +00:00
bccb075309
- Refactored code from `TaskHandler` into new method `HTTPClient.Request.createRequestHead` that creates an `HTTPRequestHead` and matching `RequestFramingMetadata` - Added required property `requestFramingMetadata` to `HTTPExecutingRequest` - Added property `requestFramingMetadata` to `RequestBag` Co-authored-by: Cory Benfield <lukasa@apple.com>