protect-endpoints icon indicating copy to clipboard operation
protect-endpoints copied to clipboard

Any plans for supporting salvo?

Open shujaatak opened this issue 2 years ago • 4 comments

Wondering if there are plans for supporting other frameworks specially salvo?

shujaatak avatar Nov 29 '23 16:11 shujaatak

Hi @shujaatak, There are plans to cover a couple more frameworks.

I'll have to do some research on salvo before giving a final answer. But I'll be happy to add it to the list. Also anyone wishing to contribute is welcome!

Thanks for the question!

DDtKey avatar Nov 29 '23 17:11 DDtKey

Looks like it's technically not that hard to support salvo

DDtKey avatar Nov 29 '23 19:11 DDtKey

Just to keep informed: support for salvo and axum is on the way, they will actively reuse code since they are both tower compatible.

UPD: my bandwidth has been limited for a while, sorry for the delay, but support will definitely be here!

DDtKey avatar Dec 08 '23 21:12 DDtKey

Initial version of axum support is released (but will be changed a bit later).

Salvo is next, already in progress and will reuse core functionality, however requires a little bit more time because of the specific.

DDtKey avatar Apr 10 '24 19:04 DDtKey

Finally here we are 😅
salvo is supported now

DDtKey avatar May 29 '24 23:05 DDtKey