Sebastian Krämer

Results 14 comments of Sebastian Krämer

RFC 2617, in section 1.2, states: > A user agent that wishes to authenticate itself with an origin server--usually, but not necessarily, after receiving a 401 (Unauthorized)--MAY do so by...

I created a pull request with a proposed solution: GH-49 If there's interest in this feature, I'm willing to improve the solution. It's probably not complete.

Hi Mat, thanks for the response. I didn't mean explicit keyword but explicitly writing "override" as part of the function sginature, but I guess it's useful nonetheless. I also assume...

The `override` is only syntactic sugar for code analysis tools, having it mocked can avoid warnings inside IDEs. In my experience, a `noexcept` method needs a proxy mock method to...