thruster-rs / Thruster

A fast, middleware based, web framework written in Rust
MIT License
1.06k stars 47 forks source link

feat: Add more examples and cleanup #232

Closed trezm closed 1 year ago

trezm commented 1 year ago

Adds more examples for common cases like JSON, auth, and route params. Also does some cleanup in the code that caused some breaking changes (for example with error handling.) Because of the breaking changes, we've bumped the version to 1.3.0, which is not yet published.

trezm commented 1 year ago

For the req/res stuff, see the comment above!

For your three points, we're actually already capable of handling much of that!