Class ProtobufResponseFilter
- Namespace
- Fluxzy.Rules.Filters.ResponseFilters
- Assembly
- Fluxzy.Core.dll
Select exchanges having a protobuf response body. Filtering is made by inspecting value of Content-Type header
for application/x-protobuf or application/protobuf.
[FilterMetaData(null, LongDescription = "Select exchanges having protobuf response body. The content-type header is checked to determine if the content body is protobuf.")]
public class ProtobufResponseFilter : ResponseHeaderFilter
- Inheritance
-
ProtobufResponseFilter
- Inherited Members
- Extension Methods
Constructors
ProtobufResponseFilter()
public ProtobufResponseFilter()
Properties
AutoGeneratedName
public override string AutoGeneratedName { get; }
Property Value
GenericName
public override string GenericName { get; }
Property Value
PreMadeFilter
public override bool PreMadeFilter { get; }
Property Value
ShortName
public override string ShortName { get; }
Property Value
Methods
GetExamples()
public override IEnumerable<FilterExample> GetExamples()