Re: [API Proposal] Extend CPPAPI RemapPlugin to access TSRemapRequestInfo

2020-02-28 Thread David Calavera
Hi all, I opened a PR with the patch in this thread in https://github.com/apache/trafficserver/pull/6463 I expanded a little bit more in my motivation for this change here: https://github.com/apache/trafficserver/pull/6463#issuecomment-592659119 Cheers, David On Thu, Feb 27, 2020 at 11:34 AM Da

[API Proposal] Extend CPPAPI RemapPlugin to access TSRemapRequestInfo

2020-02-27 Thread David Calavera
Hi all, This is a proposal to add a new virtual method to the CPP API to get access to TSRemapRequestInfo. We're working on a plugin that changes the origin URL on demand, and the CPP API is a little bit confusing around which URL you need to modify to accomplish this, specially if you want to le