| 4445 | } |
| 4446 | |
| 4447 | bool |
| 4448 | TSHttpTxnServerRespNoStoreGet(TSHttpTxn txnp) |
| 4449 | { |
| 4450 | sdk_assert(sdk_sanity_check_txn(txnp) == TS_SUCCESS); |
| 4451 | |
| 4452 | HttpTransact::State *s = &((reinterpret_cast<HttpSM *>(txnp))->t_state); |
| 4453 | return s->api_server_response_no_store; |
| 4454 | } |
| 4455 | |
| 4456 | TSReturnCode |
| 4457 | TSHttpTxnServerRespIgnore(TSHttpTxn txnp) |
no test coverage detected