BasicAuth
doesn't have constructor from Basic
#326
Labels
A-httpauth
Project: actix-web-httpauth
C-improvement
Category: an improvement to existing functionality
good first issue
Good for newcomers
I have
BasicAuth
as one of arguments in my view function, it parsesBasicAuth
. I also want to test its work. But I can only construct classBasic
which is inner private field inBasicAuth
. I would be appreciate if BasicAuth would implementFrom<Basic>
traitThe text was updated successfully, but these errors were encountered: