| 1189 | -------------------------------------------------------------------------*/ |
| 1190 | |
| 1191 | inline bool |
| 1192 | HTTPHdr::is_pragma_no_cache_set() |
| 1193 | { |
| 1194 | ink_assert(valid()); |
| 1195 | return (get_cooked_pragma_no_cache()); |
| 1196 | } |
| 1197 | |
| 1198 | inline char * |
| 1199 | HTTPHdr::url_string_get_ref(int *length) |
no outgoing calls
no test coverage detected