Support Board
Date/Time: Wed, 25 Jun 2025 07:27:31 +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! |