ManiaScript Trackmania 2020  30/10/2024
CHttpEvent Class Reference

An HTTP event. More...

#include <2024_10_30.h>

Inheritance diagram for CHttpEvent:
CNod

Public Types

enum  EType { RequestComplete }
 

Public Attributes

CHttpEvent::EType const Type
 
CHttpRequest *const Request
 
- Public Attributes inherited from CNod
Ident const Id
 

Detailed Description

An HTTP event.

Definition at line 14474 of file 2024_10_30.h.

Member Enumeration Documentation

◆ EType

Enumerator
RequestComplete 

Definition at line 14479 of file 2024_10_30.h.

14479  {
14481  };

Member Data Documentation

◆ Request

CHttpRequest* const CHttpEvent::Request

Request triggering the event

Definition at line 14489 of file 2024_10_30.h.

◆ Type

CHttpEvent::EType const CHttpEvent::Type

Definition at line 14485 of file 2024_10_30.h.


The documentation for this class was generated from the following file:
CHttpEvent::RequestComplete
@ RequestComplete
Definition: 2024_10_30.h:14480