I just wrote documentation. You can see it on the Pull Request too. https://github.com/apache/trafficserver/pull/833
TSHttpTxnServerPush Synopsis #include <ts/experimental.h> Description Push a content to a client with Server Push mechanism. This API works only if the protocol of a transaction supports Server Push and it is not disabled by the client. You can call this API without checking whether Server Push is available on the transaction and it does nothing if Server Push is not available. Notes This API may be changed in the future version since it is experimental. On Fri, Sep 9, 2016 at 12:26 AM, Alan Carroll <solidwallofc...@yahoo-inc.com.invalid> wrote: > I would like some documentation for this API call. I have to clean up an > unrelated mess because functions were added but never documented, so let's > avoid that in the future. > > >