swift-nio/Sources/NIOHTTP1
Norman Maurer c566b64455 Change initializer to public for HTTPRequestDecoder (#438)
Motivation:

d53ee6dafc introduced a new constructor to HTTPRequestDecoder which allows to change the behaviour of handling left over bytes when an upgrade was detected and the decoder was removed. This was done as an internal init block as we wanted to to do as part of a patch release.

Modifications:

Change internal to public init

Result:

More flexible configuration possible.
2018-05-24 14:08:32 +01:00
..
HTTPDecoder.swift Change initializer to public for HTTPRequestDecoder (#438) 2018-05-24 14:08:32 +01:00
HTTPEncoder.swift Optimize for HTTP/1.1 and HTTP/1.0 responses (#300) 2018-04-12 16:22:32 +02:00
HTTPPipelineSetup.swift Only forward bytes on removal when we know we can handle it (#430) 2018-05-23 20:26:24 +02:00
HTTPResponseCompressor.swift rename HTTPHeaders.getCanonicalForm to subject and improve efficiency (#293) 2018-04-09 08:18:48 +01:00
HTTPServerPipelineHandler.swift Channel quiescing support (#399) 2018-05-18 10:48:18 +02:00
HTTPServerProtocolErrorHandler.swift fix errors received when holding messages in HTTPServerPipelineHandler (#314) 2018-04-16 15:13:07 +01:00
HTTPTypes.swift Channel quiescing support (#399) 2018-05-18 10:48:18 +02:00
HTTPUpgradeHandler.swift Only forward bytes on removal when we know we can handle it (#430) 2018-05-23 20:26:24 +02:00