Flecs v3.2
A fast entity component system (ECS) for C & C++
Loading...
Searching...
No Matches
ecs_http_request_t Struct Reference

A request. More...

#include <http.h>

Public Attributes

uint64_t id
 
ecs_http_method_t method
 
char * path
 
char * body
 
ecs_http_key_value_t headers [(32)]
 
ecs_http_key_value_t params [(32)]
 
int32_t header_count
 
int32_t param_count
 
ecs_http_connection_tconn
 

Detailed Description

A request.

Definition at line 76 of file http.h.

Member Data Documentation

◆ body

char* ecs_http_request_t::body

Definition at line 81 of file http.h.

◆ conn

ecs_http_connection_t* ecs_http_request_t::conn

Definition at line 87 of file http.h.

◆ header_count

int32_t ecs_http_request_t::header_count

Definition at line 84 of file http.h.

◆ headers

ecs_http_key_value_t ecs_http_request_t::headers[(32)]

Definition at line 82 of file http.h.

◆ id

uint64_t ecs_http_request_t::id

Definition at line 77 of file http.h.

◆ method

ecs_http_method_t ecs_http_request_t::method

Definition at line 79 of file http.h.

◆ param_count

int32_t ecs_http_request_t::param_count

Definition at line 85 of file http.h.

◆ params

ecs_http_key_value_t ecs_http_request_t::params[(32)]

Definition at line 83 of file http.h.

◆ path

char* ecs_http_request_t::path

Definition at line 80 of file http.h.


The documentation for this struct was generated from the following file: