ap_table_ get — find the value in a table corresponding to a key
const char *ap_table_ get(const table *t, const char *key)
Returns the value corresponding to key in the table t. Note that you may not modify the returned value.
key
t