Instance Propertyhummingbird 2.5.0HummingbirdCore
configuration
HTTP1Channel.swift:110let configuration: Configuration
let configuration: Configuration
s15HummingbirdCore12HTTP1ChannelV13configurationAC13ConfigurationVvp
What are these?4W4OI
import HummingbirdCore
struct HTTP1Channel
Child channel for processing HTTP1
struct Configuration
HTTP1Channel configuration
init(responder: @escaping HTTPChannelHandler.Responder, configuration: Configuration = .init())
Initialize HTTP1Channel
let responder: HTTPChannelHandler.Responder
func handle(value asyncChannel: NIOCore.NIOAsyncChannel<HTTPRequestPart, HTTPResponsePart>, logger: Logging.Logger) async
handle HTTP messages being passed down the channel pipeline
func setup(channel: Channel, logger: Logger) -> EventLoopFuture<Value>
Setup child channel for HTTP1
typealias Value = NIOAsyncChannel<HTTPRequestPart, HTTPResponsePart>
init(responder: @escaping HTTPChannelHandler.Responder, additionalChannelHandlers: @escaping () -> [any RemovableChannelHandler] = { [] })
Initialize HTTP1Channel