HttpMethod should not be an enum
--------------------------------
Key: ASYNCWEB-6
URL: https://issues.apache.org/jira/browse/ASYNCWEB-6
Project: Asyncweb
Issue Type: Bug
Reporter: Mike Heath
Currently o.a.a.common.HttpMethod is an enum. This prevents us from supporting
non-standard HTTP methods (the "extension-method" portion of RFC 2616 5.1.1).
We should either just use a String or provide some way of supporting arbitrary
HTTP methods.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.