tokensmith / otter

micro web framework for servlet api 4.0.1
MIT License
5 stars 0 forks source link

payload routing #44

Closed tmackenzie closed 6 years ago

tmackenzie commented 6 years ago

Given a post request with a request body When the request body contains data the will help route the request Then the dispatcher should inspect the request body to determine how to route the request.