swift-nio/Sources/NIOHTTP1
carolinacass 028cf7e606
HTTPResponseStatus should print code and reason (#2257)
* HTTPResponseStatus should print code and reason

* Update HTTPResponseStatusTests+XCTest.swift

Co-authored-by: Carolina Cassedy <ccassedy@apple.com>
Co-authored-by: Cory Benfield <lukasa@apple.com>
2022-08-31 05:37:08 -07:00
..
ByteCollectionUtils.swift Clean up dependencies and imports. (#1935) 2021-08-12 13:49:46 +01:00
HTTPDecoder.swift Adopt `Sendable` for types in `NIOHTTP1` (#2213) 2022-07-04 00:37:23 -07:00
HTTPEncoder.swift Adopt `Sendable` for types in `NIOHTTP1` (#2213) 2022-07-04 00:37:23 -07:00
HTTPPipelineSetup.swift Adopt `Sendable` for closures in `HTTPPipelineSetup.swift` (#2214) 2022-07-05 10:01:04 +01:00
HTTPServerPipelineHandler.swift Adopt `Sendable` for types in `NIOHTTP1` (#2213) 2022-07-04 00:37:23 -07:00
HTTPServerProtocolErrorHandler.swift Adopt `Sendable` for types in `NIOHTTP1` (#2213) 2022-07-04 00:37:23 -07:00
HTTPServerUpgradeHandler.swift Functions passed to non-`Sendable` `ChannelHandler`s do *not* need to be `Sendable` (#2249) 2022-08-26 17:59:34 +02:00
HTTPTypes.swift HTTPResponseStatus should print code and reason (#2257) 2022-08-31 05:37:08 -07:00
NIOHTTPClientUpgradeHandler.swift Functions passed to non-`Sendable` `ChannelHandler`s do *not* need to be `Sendable` (#2249) 2022-08-26 17:59:34 +02:00
NIOHTTPObjectAggregator.swift Adopt `Sendable` for types in `NIOHTTP1` (#2213) 2022-07-04 00:37:23 -07:00