HTTP as ABI

Kris presents a compelling perspective that HTTP functions more like an ABI definition than a traditional API. He emphasizes the importance of understanding the mechanics behind function calls, suggesting that different request methods can optimize how results are retrieved. By leveraging status codes like 202 Accepted, systems can provide more flexibility and efficiency, ultimately enhancing the user experience without exposing the complexity to the caller.