| 66 | cripts::Instance &p_instance; // p_ == public_, since we can't use "instance" |
| 67 | |
| 68 | bool |
| 69 | rriValid() const |
| 70 | { |
| 71 | return rri && rri->requestBufp && rri->requestHdrp && rri->requestUrl; |
| 72 | } |
| 73 | |
| 74 | // These are private, but needs to be visible to our friend classes that |
| 75 | // depends on the Context. |