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

Helper type used for headers & URL query parameters. More...

#include <http.h>

Public Attributes

const char * key
 
const char * value
 

Detailed Description

Helper type used for headers & URL query parameters.

Definition at line 60 of file http.h.

Member Data Documentation

◆ key

const char* ecs_http_key_value_t::key

Definition at line 61 of file http.h.

◆ value

const char* ecs_http_key_value_t::value

Definition at line 62 of file http.h.


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