I wonder what should be part of TS API. There may be some exceptions, but TS API basically provides things that can only be done on ATS core.
Question for all, would we want to have utilities as TS API? -- Masakazu On Tue, Aug 22, 2023 at 11:48 AM Walt Karas <wka...@yahooinc.com.invalid> wrote: > See the PR https://github.com/apache/trafficserver/pull/10231 . Cleanup.h > is currently available to plugins in include/tscpp/api . The proposal is > to move it to include/ts . The declarations currently in the > atscppapi namespace are moved to the tsapi::c_support namespace. The > c_support sub-namespace is for declarations specifically designed to work > with declarations in tsapi::c . >