Support Board
Date/Time: Wed, 05 Mar 2025 18:06:53 +0000
Post From: Making http requests in an automated trading study during backtesting
[2022-01-11 15:15:36] |
1+1=10 - Posts: 270 |
The HTTP protocol is built on top of the TCP protocol. The TCP protocol ensures all data packets get to the destination, even if it requires resending packets. At the receiving end the responses will be stored until your server does something with them. You can read about TCP here: https://www.fortinet.com/resources/cyberglossary/tcp-ip Good luck! |