OpenTTD Source  20240919-master-gdf0233f4c2
http.h File Reference
#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...
 

Functions

void NetworkHTTPInitialize ()
 Initialize the HTTP socket handler.
 
void NetworkHTTPUninitialize ()
 Uninitialize the HTTP socket handler.
 

Variables

constexpr int HTTP_429_TOO_MANY_REQUESTS = 429
 

Detailed Description

Basic functions to send and receive HTTP packets.

Definition in file http.h.