Hi, Team, Along with the post buffer PR <https://github.com/apache/trafficserver/pull/2335> which buffers post body before opening connections to origin servers, I'd introduce a new API that enables plugins to read the buffered body.
TSIOBufferReader TSIOBufferReaderPostGet(TSHttpTxn txnp); Plugins can read the entire post body via the returned TSIOBufferReader. Please let me know what you think about this new API. Any idea would be much appreciated! Thanks, Zizhong