HttpInbound constructor
HttpInbound({
- required Port port,
- required String tag,
- required HttpInboundSettings settings,
- StreamSettings? streamSettings,
- InboundSniffing? sniffing,
- String? listen,
Implementation
HttpInbound({
required super.port,
required super.tag,
required this.settings,
super.streamSettings,
super.sniffing,
super.listen,
}) : super(protocol: Protocol.http);