![]() |
Flecs v4.1
A fast entity component system (ECS) for C & C++
|
An HTTP reply. More...
#include <http.h>
Public Attributes | |
| int | code |
| default = 200. | |
| ecs_strbuf_t | body |
| default = "". | |
| const char * | status |
| default = OK. | |
| const char * | content_type |
| default = application/json. | |
| ecs_strbuf_t | headers |
| default = "". | |
| const char* ecs_http_reply_t::content_type |