- Saudi Arabia
- https://4rs.nl
-
Awiteb, a university student and lover of the world of free and open source software. Programmer and enthusiast of the Rust programming language
- Joined on
1970-01-01
in_chat_requests
table
PublicKey
and Signature
as parameters
not about the return, just taking Signature and PublicKey as arguments, and it works.
I thought Salvo returning an extraction error, but it's modifying the response.
PublicKey
and Signature
as parameters
Nice, Salvo actually modifies the response if there is an error when extracting an argument.
PublicKey
and Signature
as parameters
but my idea was also removing all of these calls and instead just using it in the arguments.
Middlewares cannot return a response; they can only modify it. As you can see, the response is…
PublicKey
and Signature
as parameters
Oh, I get it. Yes we can use extract
function. I'll fix that
PublicKey
and Signature
as parameters
you can fix the link to the salvo issue in the PR description ...regarding this matter [here][issue1].
Sorry, here it's https://github.com/salvo-rs/salvo/issues/838
can't we use these…
handle_socket
itself
PublicKey
and Signature
as parameters