Class ProtobufRequestFilter
- Namespace
- Fluxzy.Rules.Filters.RequestFilters
- Assembly
- Fluxzy.Core.dll
Select requests sending a protobuf body. Filtering is made by inspecting value of Content-Type header
for application/x-protobuf or application/protobuf.
[FilterMetaData(null, LongDescription = "Select requests sending a protobuf body. Filtering is made by inspecting value of `Content-Type` header.")]
public class ProtobufRequestFilter : RequestHeaderFilter
- Inheritance
-
ProtobufRequestFilter
- Inherited Members
- Extension Methods
Constructors
ProtobufRequestFilter()
public ProtobufRequestFilter()
Properties
AutoGeneratedName
public override string AutoGeneratedName { get; }
Property Value
FilterScope
The scope of this filter
public override FilterScope FilterScope { 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()