1 write to HttpMethods
Swaggatherer (1)
SwaggathererApplication.cs (1)
21
HttpMethods
= Option("-m|--method", "allow multiple endpoints with different http method", CommandOptionType.NoValue);
2 references to HttpMethods
Swaggatherer (2)
SwaggathererApplication.cs (2)
160
Method =
HttpMethods
.HasValue() ? method.Name.ToString() : null,
202
if (
HttpMethods
.HasValue() &&