Static Propertyswift-nio 2.72.0NIOHTTP1
drop
Drop the informational response and only forward the “real” response
HTTPDecoder.swift:806static let drop: NIOInformationalResponseStrategy
Other members in extension
Type members
static let forward: NIOInformationalResponseStrategy
Forward the informational response and then forward the “real” response. This will result in multiple
head
before anend
is emitted.