Hi I wanted to know why HTTP methods are not enums in AllowedMethodsFilter? (https://github.com/dropwizard/dropwizard/blob/master/dropwizard-jersey/src/main/java/io/dropwizard/jersey/filter/AllowedMethodsFilter.java#L23)
I think Enum set will be a better option than a string set for contains operation. Please help me to understand the idea behind it. Thank you Vijay -- -- You received this message because you are subscribed to the Google Groups "dropwizard-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
