Invoking HttpApi without making a request

Hi, I'm using the HttpApi module from the platform package in a NextJS. We implement SSR for some pages using the HttpApiClient, but they make an extra request for retriving the data. It's there a way to implement it without making an extra request?
Was this page helpful?