(self)
| 193 | return HTTPHdr(self.val['t_state']['hdr_info']['transform_response']) |
| 194 | |
| 195 | def cache_response(self): |
| 196 | return HTTPHdr(self.val['t_state']['hdr_info']['cache_response']) |
| 197 | |
| 198 | def client_info(self): |
| 199 | return ConnectionAttributes(self.val['t_state']['client_info']) |