OpenTTD
|
Basic functions to receive and send HTTP TCP packets. More...
#include "tcp.h"
Go to the source code of this file.
Data Structures | |
struct | HTTPCallback |
Callback for when the HTTP handler has something to tell us. More... | |
class | NetworkHTTPSocketHandler |
Base socket handler for HTTP traffic. More... | |
class | NetworkHTTPContentConnecter |
Connect with a HTTP server and do ONE query. More... |
Basic functions to receive and send HTTP TCP packets.
Definition in file tcp_http.h.