Skip to content
This repository was archived by the owner on Sep 10, 2019. It is now read-only.

Permit arbitrary request types #28

Open
sleepdeprecation opened this issue Apr 23, 2014 · 1 comment
Open

Permit arbitrary request types #28

sleepdeprecation opened this issue Apr 23, 2014 · 1 comment

Comments

@sleepdeprecation
Copy link
Owner

While we currently explicitly support GET and POST requests, we should support arbitrary request types as well.

Implementing this would only mean changing from multiple map<String, MethodWrapper> to one map<String, map<String, MethodWrapper>> where the first string is the request type (so GET maps to a map of get request paths/methods).

@sleepdeprecation
Copy link
Owner Author

Implementing this would fix issue #10 .

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant