menu
ispectify package
documentation
ispectify.dart
HttpMethodFilter<T>
allowedMethods property
allowedMethods property
dark_mode
light_mode
allowedMethods
property
Set
<
String
>
allowedMethods
final
Allowed HTTP methods (e.g.
{'GET', 'POST'}
).
Implementation
final Set<String> allowedMethods;
ispectify package
documentation
ispectify
HttpMethodFilter<T>
allowedMethods property
HttpMethodFilter class