Open
Description
The documentation here:
https://restsharp.dev/docs/advanced/interceptors
states, that there is a method called "AfterHttpResponse". But there is no such method.
In fact, there is a method named "AfterHttpRequest" which seems to be the missing method. But the code documentation for it says "Intercepts the request before being sent". This does not make sense, since the first parameter is a HttpResponseMessage.
Please fix the documentations.