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

Permit arbitrary request types #28

Open
@sleepdeprecation

Description

@sleepdeprecation

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).

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions