JasperFx / jasper

Next generation application development framework for .Net
http://jasperfx.github.io/
MIT License
417 stars 54 forks source link

Resuscitate Jasper HTTP support #653

Closed jeremydmiller closed 4 years ago

jeremydmiller commented 4 years ago

Bring back the Jasper HTTP handler stuff as an extension library. This will grow in time to be something that works much more closely with Jasper's command execution to be a coherent CQRS skeleton architecture.

Tasks

jeremydmiller commented 4 years ago

Will need to test the HTTP routes later with the code generation diagnostics

jeremydmiller commented 4 years ago

Need to solve the "do we include controllers or not" and also, what if you have simple parameters that have to be route args that aren't part of the route?