ManiaScript Trackmania 2020  14/07/2025
CHttpEvent Class Reference

An HTTP event. More...

#include <2025_07_14.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 14502 of file 2025_07_14.h.

Member Enumeration Documentation

◆ EType

Enumerator
RequestComplete 

Definition at line 14507 of file 2025_07_14.h.

14507  {
14509  };

Member Data Documentation

◆ Request

CHttpRequest* const CHttpEvent::Request

Request triggering the event

Definition at line 14517 of file 2025_07_14.h.

◆ Type

CHttpEvent::EType const CHttpEvent::Type

Definition at line 14513 of file 2025_07_14.h.


The documentation for this class was generated from the following file:
CHttpEvent::RequestComplete
@ RequestComplete
Definition: 2025_07_14.h:14508