Skip to content

v0.1.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@guscost guscost released this 13 Oct 20:54
· 21 commits to trunk since this release
  • Endpoint trait with default get, post, put, delete, and options implementations
  • Request and Response structs for handing requests off to be processed
  • Processor actor that calls the appropriate method on an Endpoint
  • Macro for proxying requests to the appropriate Endpoint
  • Macros to initialize DB pool, actor system, and app
  • Macros to define routing and middleware