Returns the authenticated result. NULL if there is no authentication
| 422 | |
| 423 | // Returns the authenticated result. NULL if there is no authentication |
| 424 | const AuthContext* auth_context() const { return _auth_context; } |
| 425 | |
| 426 | // Whether the underlying channel is using SSL |
| 427 | bool is_ssl() const; |
no outgoing calls