ap_table_set — create or replace an entry in a table
void ap_table_set(table *t, const char *key, const char *value)
If key
already has an associated value in
t
, it is replaced with a copy of
value
; otherwise, a new entry is created in the
table. Note that the key and value are duplicated with
ap_pstrdup()
.