Now, I’m developing mechanize.cr(https://github.com/Kanezoh/mechanize.cr) and want to implement http authorization. I’m using webmock.cr for http request test, but it seems no feature to test it.
Is there any way to test http authorization with webmock.cr?
And another question, webmock.cr’s development is now stopping? There are many issues and PRs left.