mozilla-services / syncstorage-rs

Sync Storage server in Rust
Mozilla Public License 2.0
973 stars 49 forks source link

Decide how to break up the remaining actix-web frontend conversion to async/await work #439

Closed fzzzy closed 4 years ago

fzzzy commented 4 years ago

Remaining actix-web frontend calls

1

2

3

4

Remaining actix-web extractors

Remaining actix-web middleware

fzzzy commented 4 years ago

This is lower priority work as it will not change any behavior at runtime, just the way the code looks. We should probably do it some day but it's not super important at this time.

fzzzy commented 4 years ago

Created the following issues, breaking up the remaining work:

https://github.com/mozilla-services/syncstorage-rs/issues/540 https://github.com/mozilla-services/syncstorage-rs/issues/541 https://github.com/mozilla-services/syncstorage-rs/issues/542 https://github.com/mozilla-services/syncstorage-rs/issues/543 https://github.com/mozilla-services/syncstorage-rs/issues/544 https://github.com/mozilla-services/syncstorage-rs/issues/545